Color spaces of #ab8172
RGB | 171 | 129 | 114 |
---|---|---|---|
HSL | 0.04 | 0.25 | 0.56 |
HSV | 16° | 33° | 67° |
CMYK | 0.00 | 0.25 | 0.33 0.33 |
XYZ | 27.6821 | 25.5733 | 19.3967 |
Yxy | 25.5733 | 0.3810 | 0.3520 |
Hunter Lab | 50.5701 | 9.2135 | 12.6577 |
CIE-Lab | 57.6298 | 14.0590 | 14.4134 |
#ab8172 color RGB value is (171,129,114).
#ab8172 hex color red value is 171, green value is 129 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ab8172 hue: 0.04 , saturation: 0.25 and the lightness value of ab8172 is 0.56.
The process color (four color CMYK) of #ab8172 color hex is 0.00, 0.25, 0.33, 0.33. Web safe color of #ab8172 is #999966. Color #ab8172 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000001 | 01110010 |
Octal | 253 | 201 | 162 |
Decimal | 171 | 129 | 114 |
Hex | AB | 81 | 72 |
Shades of #ab8172
Tints of #ab8172
RGB Percentages of Color #ab8172
CMYK Percentages of Color #ab8172
Complementary Color
#ab8172 | #729cab |
#ab8172 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab8172 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab8172 Color CSS Codes
.mybgcolor {background-color:#ab8172; } .myforecolor {color:#ab8172; } .mybordercolor {border:3px solid #ab8172; }
#ab8172 Text Font Color
<p style="color:#ab8172">Text here</p>
This sample text font color is #ab8172
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.
#ab8172 Background Color
<div style="background-color:#ab8172">
Div content here</div>
This div background color is #ab8172
#ab8172 Border Color
<div style="border:3px solid #ab8172">
Div here</div>
This div border color is #ab8172
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,129,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab8172; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab8172; -webkit-box-shadow: 1px 1px 3px 2px #ab8172; box-shadow: 1px 1px 3px 2px #ab8172; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,129,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab8172">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab8172; -webkit-box-shadow: 1px 1px 3px 2px #ab8172; box-shadow: 1px 1px 3px 2px #ab8172;">
Div content here</div>
This div box has shadow with color #ab8172
Comments
No comments written yet.
Please login to write comment.