Color spaces of #a8544e
RGB | 168 | 84 | 78 |
---|---|---|---|
HSL | 0.01 | 0.37 | 0.48 |
HSV | 4° | 54° | 66° |
CMYK | 0.00 | 0.50 | 0.54 0.34 |
XYZ | 20.6939 | 15.2155 | 9.0539 |
Yxy | 15.2155 | 0.4602 | 0.3384 |
Hunter Lab | 39.0071 | 26.4349 | 13.5432 |
CIE-Lab | 45.9280 | 33.8647 | 19.4775 |
#a8544e color RGB value is (168,84,78).
#a8544e hex color red value is 168, green value is 84 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a8544e hue: 0.01 , saturation: 0.37 and the lightness value of a8544e is 0.48.
The process color (four color CMYK) of #a8544e color hex is 0.00, 0.50, 0.54, 0.34. Web safe color of #a8544e is #996666. Color #a8544e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01010100 | 01001110 |
Octal | 250 | 124 | 116 |
Decimal | 168 | 84 | 78 |
Hex | A8 | 54 | 4E |
Shades of #a8544e
Tints of #a8544e
RGB Percentages of Color #a8544e
CMYK Percentages of Color #a8544e
Complementary Color
#a8544e | #4ea2a8 |
#a8544e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8544e Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8544e Color CSS Codes
.mybgcolor {background-color:#a8544e; } .myforecolor {color:#a8544e; } .mybordercolor {border:3px solid #a8544e; }
#a8544e Text Font Color
<p style="color:#a8544e">Text here</p>
This sample text font color is #a8544e
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.
#a8544e Background Color
<div style="background-color:#a8544e">
Div content here</div>
This div background color is #a8544e
#a8544e Border Color
<div style="border:3px solid #a8544e">
Div here</div>
This div border color is #a8544e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,84,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8544e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8544e; -webkit-box-shadow: 1px 1px 3px 2px #a8544e; box-shadow: 1px 1px 3px 2px #a8544e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,84,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8544e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8544e; -webkit-box-shadow: 1px 1px 3px 2px #a8544e; box-shadow: 1px 1px 3px 2px #a8544e;">
Div content here</div>
This div box has shadow with color #a8544e
Comments
No comments written yet.
Please login to write comment.