Shades of Zorba #AC9E93
Tints of Zorba #AC9E93
RGB
CMYK
RGB Variations
Color information
#AC9E93 (or 0xAC9E93) is known color: Zorba. HEX triplet: AC, 9E and 93. RGB value is (172,158,147). Sum of RGB (Red+Green+Blue) = 172+158+147=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E93 is #53616C. Grayscale: #A0A0A0. Windows color (decimal): -5464429 or 9674412. OLE color: 9674412.
HSL color Cylindrical-coordinate representation of color #AC9E93: hue angle of 26.4º 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 #AC9E93 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 158 | 147 | - |
CMYK | 0 | 0.08 | 0.15 | 0.33 |
HSL | 26.4º | 0.13% | 0.63% | - |
HSV(B) | 26.4º | 0.15% | 0.67% | - |
XYZ | 34.51 | 35.33 | 32.6 | - |
YUV | 160.93 | 120.14 | 135.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 158 | 147 | 0 | 0.08 | 0.15 | 0.33 | 26.4 | 0.13 | 0.63 |
Hex | AC | 9E | 93 | 0 | 8 | F | 21 | 1A | D | 3F |
Octal | 254 | 236 | 223 | 0 | 10 | 17 | 41 | 32 | 15 | 77 |
Binary | 10101100 | 10011110 | 10010011 | 0 | 1000 | 1111 | 100001 | 11010 | 1101 | 111111 |
Color Harmonies of #AC9E93
Complementary color
Monochromatic Colors of #AC9E93
Black with #AC9E93
Text Example
Text Example
White with #AC9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E93; }
p { color: rgb(172,158,147); }
H1.HeaderClassName
{
color: #AC9E93;
}
.AnyTagClassName
{
color: #AC9E93;
}
</style>
background-color css
<style>
a { background-color: #AC9E93; }
a { background-color: rgb(172,158,147); }
div.DivClassName
{
background-color: #AC9E93;
}
.BgClassName
{
background-color: #AC9E93;
}
</style>
border-color css
<style>
span { border-color: #AC9E93; }
span { border-color: rgb(172,158,147); }
td.TdClassName
{
border-color: #AC9E93;
}
.TagClassName
{
border-color: #AC9E93;
}
</style>