Color spaces of #ab761e
RGB | 171 | 118 | 30 |
---|---|---|---|
HSL | 0.10 | 0.70 | 0.39 |
HSV | 37° | 82° | 67° |
CMYK | 0.00 | 0.31 | 0.82 0.33 |
XYZ | 23.5074 | 21.7085 | 4.1795 |
Yxy | 21.7085 | 0.4759 | 0.4395 |
Hunter Lab | 46.5924 | 8.5225 | 27.2961 |
CIE-Lab | 53.7163 | 13.3509 | 52.7346 |
#ab761e color RGB value is (171,118,30).
#ab761e hex color red value is 171, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ab761e hue: 0.10 , saturation: 0.70 and the lightness value of ab761e is 0.39.
The process color (four color CMYK) of #ab761e color hex is 0.00, 0.31, 0.82, 0.33. Web safe color of #ab761e is #996633. Color #ab761e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01110110 | 00011110 |
Octal | 253 | 166 | 36 |
Decimal | 171 | 118 | 30 |
Hex | AB | 76 | 1E |
Shades of #ab761e
Tints of #ab761e
RGB Percentages of Color #ab761e
CMYK Percentages of Color #ab761e
Complementary Color
#ab761e | #1e53ab |
#ab761e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab761e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab761e Color CSS Codes
.mybgcolor {background-color:#ab761e; } .myforecolor {color:#ab761e; } .mybordercolor {border:3px solid #ab761e; }
#ab761e Text Font Color
<p style="color:#ab761e">Text here</p>
This sample text font color is #ab761e
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.
#ab761e Background Color
<div style="background-color:#ab761e">
Div content here</div>
This div background color is #ab761e
#ab761e Border Color
<div style="border:3px solid #ab761e">
Div here</div>
This div border color is #ab761e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,118,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab761e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab761e; -webkit-box-shadow: 1px 1px 3px 2px #ab761e; box-shadow: 1px 1px 3px 2px #ab761e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,118,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab761e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab761e; -webkit-box-shadow: 1px 1px 3px 2px #ab761e; box-shadow: 1px 1px 3px 2px #ab761e;">
Div content here</div>
This div box has shadow with color #ab761e
Comments
No comments written yet.
Please login to write comment.