Color spaces of #a4546a
RGB | 164 | 84 | 106 |
---|---|---|---|
HSL | 0.95 | 0.32 | 0.49 |
HSV | 344° | 49° | 64° |
CMYK | 0.00 | 0.49 | 0.35 0.36 |
XYZ | 21.0817 | 15.2738 | 15.4727 |
Yxy | 15.2738 | 0.4068 | 0.2947 |
Hunter Lab | 39.0817 | 27.8946 | 3.8839 |
CIE-Lab | 46.0069 | 35.3915 | 2.5410 |
#a4546a color RGB value is (164,84,106).
#a4546a hex color red value is 164, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a4546a hue: 0.95 , saturation: 0.32 and the lightness value of a4546a is 0.49.
The process color (four color CMYK) of #a4546a color hex is 0.00, 0.49, 0.35, 0.36. Web safe color of #a4546a is #996666. Color #a4546a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01010100 | 01101010 |
Octal | 244 | 124 | 152 |
Decimal | 164 | 84 | 106 |
Hex | A4 | 54 | 6A |
Shades of #a4546a
Tints of #a4546a
RGB Percentages of Color #a4546a
CMYK Percentages of Color #a4546a
Complementary Color
#a4546a | #54a48e |
#a4546a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4546a Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4546a Color CSS Codes
.mybgcolor {background-color:#a4546a; } .myforecolor {color:#a4546a; } .mybordercolor {border:3px solid #a4546a; }
#a4546a Text Font Color
<p style="color:#a4546a">Text here</p>
This sample text font color is #a4546a
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.
#a4546a Background Color
<div style="background-color:#a4546a">
Div content here</div>
This div background color is #a4546a
#a4546a Border Color
<div style="border:3px solid #a4546a">
Div here</div>
This div border color is #a4546a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,84,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4546a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4546a; -webkit-box-shadow: 1px 1px 3px 2px #a4546a; box-shadow: 1px 1px 3px 2px #a4546a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,84,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4546a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4546a; -webkit-box-shadow: 1px 1px 3px 2px #a4546a; box-shadow: 1px 1px 3px 2px #a4546a;">
Div content here</div>
This div box has shadow with color #a4546a
Comments
No comments written yet.
Please login to write comment.