Color spaces of #a28489
RGB | 162 | 132 | 137 |
---|---|---|---|
HSL | 0.97 | 0.14 | 0.58 |
HSV | 350° | 19° | 64° |
CMYK | 0.00 | 0.19 | 0.15 0.36 |
XYZ | 27.6669 | 25.9901 | 27.2253 |
Yxy | 25.9901 | 0.3421 | 0.3213 |
Hunter Lab | 50.9805 | 7.6554 | 4.0235 |
CIE-Lab | 58.0277 | 12.2834 | 1.6348 |
#a28489 color RGB value is (162,132,137).
#a28489 hex color red value is 162, green value is 132 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a28489 hue: 0.97 , saturation: 0.14 and the lightness value of a28489 is 0.58.
The process color (four color CMYK) of #a28489 color hex is 0.00, 0.19, 0.15, 0.36. Web safe color of #a28489 is #999999. Color #a28489 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10000100 | 10001001 |
Octal | 242 | 204 | 211 |
Decimal | 162 | 132 | 137 |
Hex | A2 | 84 | 89 |
Shades of #a28489
Tints of #a28489
RGB Percentages of Color #a28489
CMYK Percentages of Color #a28489
Complementary Color
#a28489 | #84a29d |
#a28489 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a28489 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a28489 Color CSS Codes
.mybgcolor {background-color:#a28489; } .myforecolor {color:#a28489; } .mybordercolor {border:3px solid #a28489; }
#a28489 Text Font Color
<p style="color:#a28489">Text here</p>
This sample text font color is #a28489
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.
#a28489 Background Color
<div style="background-color:#a28489">
Div content here</div>
This div background color is #a28489
#a28489 Border Color
<div style="border:3px solid #a28489">
Div here</div>
This div border color is #a28489
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,132,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a28489; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a28489; -webkit-box-shadow: 1px 1px 3px 2px #a28489; box-shadow: 1px 1px 3px 2px #a28489; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,132,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a28489">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a28489; -webkit-box-shadow: 1px 1px 3px 2px #a28489; box-shadow: 1px 1px 3px 2px #a28489;">
Div content here</div>
This div box has shadow with color #a28489
Comments
No comments written yet.
Please login to write comment.