Color spaces of #a28379
RGB | 162 | 131 | 121 |
---|---|---|---|
HSL | 0.04 | 0.18 | 0.55 |
HSV | 15° | 25° | 64° |
CMYK | 0.00 | 0.19 | 0.25 0.36 |
XYZ | 26.4678 | 25.2945 | 21.5765 |
Yxy | 25.2945 | 0.3609 | 0.3449 |
Hunter Lab | 50.2936 | 5.9245 | 9.7695 |
CIE-Lab | 57.3612 | 10.2977 | 9.8835 |
#a28379 color RGB value is (162,131,121).
#a28379 hex color red value is 162, green value is 131 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a28379 hue: 0.04 , saturation: 0.18 and the lightness value of a28379 is 0.55.
The process color (four color CMYK) of #a28379 color hex is 0.00, 0.19, 0.25, 0.36. Web safe color of #a28379 is #999966. Color #a28379 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10000011 | 01111001 |
Octal | 242 | 203 | 171 |
Decimal | 162 | 131 | 121 |
Hex | A2 | 83 | 79 |
Shades of #a28379
Tints of #a28379
RGB Percentages of Color #a28379
CMYK Percentages of Color #a28379
Complementary Color
#a28379 | #7998a2 |
#a28379 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a28379 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a28379 Color CSS Codes
.mybgcolor {background-color:#a28379; } .myforecolor {color:#a28379; } .mybordercolor {border:3px solid #a28379; }
#a28379 Text Font Color
<p style="color:#a28379">Text here</p>
This sample text font color is #a28379
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a28379 Background Color
<div style="background-color:#a28379">
Div content here</div>
This div background color is #a28379
#a28379 Border Color
<div style="border:3px solid #a28379">
Div here</div>
This div border color is #a28379
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,131,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a28379; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a28379; -webkit-box-shadow: 1px 1px 3px 2px #a28379; box-shadow: 1px 1px 3px 2px #a28379; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,131,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a28379">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a28379; -webkit-box-shadow: 1px 1px 3px 2px #a28379; box-shadow: 1px 1px 3px 2px #a28379;">
Div content here</div>
This div box has shadow with color #a28379
Comments
No comments written yet.
Please login to write comment.