Shades of Zorba #AC9F93
Tints of Zorba #AC9F93
RGB
CMYK
RGB Variations
Color information
#AC9F93 (or 0xAC9F93) is known color: Zorba. HEX triplet: AC, 9F and 93. RGB value is (172,159,147). Sum of RGB (Red+Green+Blue) = 172+159+147=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F93 is #53606C. Grayscale: #A1A1A1. Windows color (decimal): -5464173 or 9674668. OLE color: 9674668.
HSL color Cylindrical-coordinate representation of color #AC9F93: hue angle of 28.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9F93 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 159 | 147 | - |
CMYK | 0 | 0.08 | 0.15 | 0.33 |
HSL | 28.8º | 0.13% | 0.63% | - |
HSV(B) | 28.8º | 0.15% | 0.67% | - |
XYZ | 34.68 | 35.67 | 32.66 | - |
YUV | 161.52 | 119.81 | 135.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 159 | 147 | 0 | 0.08 | 0.15 | 0.33 | 28.8 | 0.13 | 0.63 |
Hex | AC | 9F | 93 | 0 | 8 | F | 21 | 1D | D | 3F |
Octal | 254 | 237 | 223 | 0 | 10 | 17 | 41 | 35 | 15 | 77 |
Binary | 10101100 | 10011111 | 10010011 | 0 | 1000 | 1111 | 100001 | 11101 | 1101 | 111111 |
Color Harmonies of #AC9F93
Complementary color
Monochromatic Colors of #AC9F93
Black with #AC9F93
Text Example
Text Example
White with #AC9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F93; }
p { color: rgb(172,159,147); }
H1.HeaderClassName
{
color: #AC9F93;
}
.AnyTagClassName
{
color: #AC9F93;
}
</style>
background-color css
<style>
a { background-color: #AC9F93; }
a { background-color: rgb(172,159,147); }
div.DivClassName
{
background-color: #AC9F93;
}
.BgClassName
{
background-color: #AC9F93;
}
</style>
border-color css
<style>
span { border-color: #AC9F93; }
span { border-color: rgb(172,159,147); }
td.TdClassName
{
border-color: #AC9F93;
}
.TagClassName
{
border-color: #AC9F93;
}
</style>