Color spaces of #ab9317
RGB | 171 | 147 | 23 |
---|---|---|---|
HSL | 0.14 | 0.76 | 0.38 |
HSV | 50° | 87° | 67° |
CMYK | 0.00 | 0.14 | 0.87 0.33 |
XYZ | 27.3830 | 29.5872 | 5.0783 |
Yxy | 29.5872 | 0.4413 | 0.4768 |
Hunter Lab | 54.3941 | -5.3295 | 32.5405 |
CIE-Lab | 61.2964 | -2.9434 | 61.2779 |
#ab9317 color RGB value is (171,147,23).
#ab9317 hex color red value is 171, green value is 147 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #ab9317 hue: 0.14 , saturation: 0.76 and the lightness value of ab9317 is 0.38.
The process color (four color CMYK) of #ab9317 color hex is 0.00, 0.14, 0.87, 0.33. Web safe color of #ab9317 is #999900. Color #ab9317 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010011 | 00010111 |
Octal | 253 | 223 | 27 |
Decimal | 171 | 147 | 23 |
Hex | AB | 93 | 17 |
Shades of #ab9317
Tints of #ab9317
RGB Percentages of Color #ab9317
CMYK Percentages of Color #ab9317
Complementary Color
#ab9317 | #172fab |
#ab9317 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab9317 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab9317 Color CSS Codes
.mybgcolor {background-color:#ab9317; } .myforecolor {color:#ab9317; } .mybordercolor {border:3px solid #ab9317; }
#ab9317 Text Font Color
<p style="color:#ab9317">Text here</p>
This sample text font color is #ab9317
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.
#ab9317 Background Color
<div style="background-color:#ab9317">
Div content here</div>
This div background color is #ab9317
#ab9317 Border Color
<div style="border:3px solid #ab9317">
Div here</div>
This div border color is #ab9317
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,147,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab9317; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab9317; -webkit-box-shadow: 1px 1px 3px 2px #ab9317; box-shadow: 1px 1px 3px 2px #ab9317; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,147,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab9317">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab9317; -webkit-box-shadow: 1px 1px 3px 2px #ab9317; box-shadow: 1px 1px 3px 2px #ab9317;">
Div content here</div>
This div box has shadow with color #ab9317
Comments
No comments written yet.
Please login to write comment.