Shades of Zorba #AD9F91
Tints of Zorba #AD9F91
RGB
CMYK
RGB Variations
Color information
#AD9F91 (or 0xAD9F91) is known color: Zorba. HEX triplet: AD, 9F and 91. RGB value is (173,159,145). Sum of RGB (Red+Green+Blue) = 173+159+145=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F91 is #52606E. Grayscale: #A1A1A1. Windows color (decimal): -5398639 or 9543597. OLE color: 9543597.
HSL color Cylindrical-coordinate representation of color #AD9F91: hue angle of 30º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9F91 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 159 | 145 | - |
CMYK | 0 | 0.08 | 0.16 | 0.32 |
HSL | 30º | 0.15% | 0.62% | - |
HSV(B) | 30º | 0.16% | 0.68% | - |
XYZ | 34.74 | 35.72 | 31.85 | - |
YUV | 161.59 | 118.64 | 136.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 159 | 145 | 0 | 0.08 | 0.16 | 0.32 | 30 | 0.15 | 0.62 |
Hex | AD | 9F | 91 | 0 | 8 | 10 | 20 | 1E | F | 3E |
Octal | 255 | 237 | 221 | 0 | 10 | 20 | 40 | 36 | 17 | 76 |
Binary | 10101101 | 10011111 | 10010001 | 0 | 1000 | 10000 | 100000 | 11110 | 1111 | 111110 |
Color Harmonies of #AD9F91
Complementary color
Monochromatic Colors of #AD9F91
Black with #AD9F91
Text Example
Text Example
White with #AD9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F91; }
p { color: rgb(173,159,145); }
H1.HeaderClassName
{
color: #AD9F91;
}
.AnyTagClassName
{
color: #AD9F91;
}
</style>
background-color css
<style>
a { background-color: #AD9F91; }
a { background-color: rgb(173,159,145); }
div.DivClassName
{
background-color: #AD9F91;
}
.BgClassName
{
background-color: #AD9F91;
}
</style>
border-color css
<style>
span { border-color: #AD9F91; }
span { border-color: rgb(173,159,145); }
td.TdClassName
{
border-color: #AD9F91;
}
.TagClassName
{
border-color: #AD9F91;
}
</style>