Color spaces of #ab543a
RGB | 171 | 84 | 58 |
---|---|---|---|
HSL | 0.04 | 0.49 | 0.45 |
HSV | 14° | 66° | 67° |
CMYK | 0.00 | 0.51 | 0.66 0.33 |
XYZ | 20.7286 | 15.3041 | 5.8644 |
Yxy | 15.3041 | 0.4948 | 0.3653 |
Hunter Lab | 39.1205 | 26.1203 | 18.4964 |
CIE-Lab | 46.0479 | 33.5156 | 31.4495 |
#ab543a color RGB value is (171,84,58).
#ab543a hex color red value is 171, green value is 84 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ab543a hue: 0.04 , saturation: 0.49 and the lightness value of ab543a is 0.45.
The process color (four color CMYK) of #ab543a color hex is 0.00, 0.51, 0.66, 0.33. Web safe color of #ab543a is #996633. Color #ab543a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01010100 | 00111010 |
Octal | 253 | 124 | 72 |
Decimal | 171 | 84 | 58 |
Hex | AB | 54 | 3A |
Shades of #ab543a
Tints of #ab543a
RGB Percentages of Color #ab543a
CMYK Percentages of Color #ab543a
Complementary Color
#ab543a | #3a91ab |
#ab543a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab543a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab543a Color CSS Codes
.mybgcolor {background-color:#ab543a; } .myforecolor {color:#ab543a; } .mybordercolor {border:3px solid #ab543a; }
#ab543a Text Font Color
<p style="color:#ab543a">Text here</p>
This sample text font color is #ab543a
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.
#ab543a Background Color
<div style="background-color:#ab543a">
Div content here</div>
This div background color is #ab543a
#ab543a Border Color
<div style="border:3px solid #ab543a">
Div here</div>
This div border color is #ab543a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,84,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab543a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab543a; -webkit-box-shadow: 1px 1px 3px 2px #ab543a; box-shadow: 1px 1px 3px 2px #ab543a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,84,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab543a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab543a; -webkit-box-shadow: 1px 1px 3px 2px #ab543a; box-shadow: 1px 1px 3px 2px #ab543a;">
Div content here</div>
This div box has shadow with color #ab543a
Comments
No comments written yet.
Please login to write comment.