Color spaces of #ab531a
RGB | 171 | 83 | 26 |
---|---|---|---|
HSL | 0.07 | 0.74 | 0.39 |
HSV | 24° | 85° | 67° |
CMYK | 0.00 | 0.51 | 0.85 0.33 |
XYZ | 20.0743 | 14.9190 | 2.7989 |
Yxy | 14.9190 | 0.5312 | 0.3948 |
Hunter Lab | 38.6251 | 25.1763 | 22.7412 |
CIE-Lab | 45.5231 | 32.5774 | 47.0488 |
#ab531a color RGB value is (171,83,26).
#ab531a hex color red value is 171, green value is 83 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ab531a hue: 0.07 , saturation: 0.74 and the lightness value of ab531a is 0.39.
The process color (four color CMYK) of #ab531a color hex is 0.00, 0.51, 0.85, 0.33. Web safe color of #ab531a is #996633. Color #ab531a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01010011 | 00011010 |
Octal | 253 | 123 | 32 |
Decimal | 171 | 83 | 26 |
Hex | AB | 53 | 1A |
Shades of #ab531a
Tints of #ab531a
RGB Percentages of Color #ab531a
CMYK Percentages of Color #ab531a
Complementary Color
#ab531a | #1a72ab |
#ab531a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab531a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab531a Color CSS Codes
.mybgcolor {background-color:#ab531a; } .myforecolor {color:#ab531a; } .mybordercolor {border:3px solid #ab531a; }
#ab531a Text Font Color
<p style="color:#ab531a">Text here</p>
This sample text font color is #ab531a
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.
#ab531a Background Color
<div style="background-color:#ab531a">
Div content here</div>
This div background color is #ab531a
#ab531a Border Color
<div style="border:3px solid #ab531a">
Div here</div>
This div border color is #ab531a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,83,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab531a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab531a; -webkit-box-shadow: 1px 1px 3px 2px #ab531a; box-shadow: 1px 1px 3px 2px #ab531a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,83,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab531a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab531a; -webkit-box-shadow: 1px 1px 3px 2px #ab531a; box-shadow: 1px 1px 3px 2px #ab531a;">
Div content here</div>
This div box has shadow with color #ab531a
Comments
No comments written yet.
Please login to write comment.