Color spaces of #a27479
RGB | 162 | 116 | 121 |
---|---|---|---|
HSL | 0.98 | 0.20 | 0.55 |
HSV | 353° | 28° | 64° |
CMYK | 0.00 | 0.28 | 0.25 0.36 |
XYZ | 24.5969 | 21.5526 | 20.9528 |
Yxy | 21.5526 | 0.3666 | 0.3212 |
Hunter Lab | 46.4248 | 13.3300 | 5.7381 |
CIE-Lab | 53.5491 | 18.8476 | 4.4453 |
#a27479 color RGB value is (162,116,121).
#a27479 hex color red value is 162, green value is 116 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a27479 hue: 0.98 , saturation: 0.20 and the lightness value of a27479 is 0.55.
The process color (four color CMYK) of #a27479 color hex is 0.00, 0.28, 0.25, 0.36. Web safe color of #a27479 is #996666. Color #a27479 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01110100 | 01111001 |
Octal | 242 | 164 | 171 |
Decimal | 162 | 116 | 121 |
Hex | A2 | 74 | 79 |
Shades of #a27479
Tints of #a27479
RGB Percentages of Color #a27479
CMYK Percentages of Color #a27479
Complementary Color
#a27479 | #74a29d |
#a27479 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a27479 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a27479 Color CSS Codes
.mybgcolor {background-color:#a27479; } .myforecolor {color:#a27479; } .mybordercolor {border:3px solid #a27479; }
#a27479 Text Font Color
<p style="color:#a27479">Text here</p>
This sample text font color is #a27479
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.
#a27479 Background Color
<div style="background-color:#a27479">
Div content here</div>
This div background color is #a27479
#a27479 Border Color
<div style="border:3px solid #a27479">
Div here</div>
This div border color is #a27479
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,116,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a27479; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a27479; -webkit-box-shadow: 1px 1px 3px 2px #a27479; box-shadow: 1px 1px 3px 2px #a27479; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,116,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 #a27479">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a27479; -webkit-box-shadow: 1px 1px 3px 2px #a27479; box-shadow: 1px 1px 3px 2px #a27479;">
Div content here</div>
This div box has shadow with color #a27479
Comments
No comments written yet.
Please login to write comment.