Shades of Zorba #AC9E92
Tints of Zorba #AC9E92
RGB
CMYK
RGB Variations
Color information
#AC9E92 (or 0xAC9E92) is known color: Zorba. HEX triplet: AC, 9E and 92. RGB value is (172,158,146). Sum of RGB (Red+Green+Blue) = 172+158+146=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E92 is #53616D. Grayscale: #A0A0A0. Windows color (decimal): -5464430 or 9608876. OLE color: 9608876.
HSL color Cylindrical-coordinate representation of color #AC9E92: hue angle of 27.69º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9E92 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 146 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.33 |
| HSL | 27.69º | 0.14% | 0.62% | - |
| HSV(B) | 27.69º | 0.15% | 0.67% | - |
| XYZ | 34.43 | 35.3 | 32.19 | - |
| YUV | 160.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 146 | 0 | 0.08 | 0.15 | 0.33 | 27.69 | 0.14 | 0.62 |
| Hex | AC | 9E | 92 | 0 | 8 | F | 21 | 1C | E | 3E |
| Octal | 254 | 236 | 222 | 0 | 10 | 17 | 41 | 34 | 16 | 76 |
| Binary | 10101100 | 10011110 | 10010010 | 0 | 1000 | 1111 | 100001 | 11100 | 1110 | 111110 |
Color Harmonies of #AC9E92
Complementary color
Monochromatic Colors of #AC9E92
Black with #AC9E92
Text Example
Text Example
White with #AC9E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E92; }
p { color: rgb(172,158,146); }
H1.HeaderClassName
{
color: #AC9E92;
}
.AnyTagClassName
{
color: #AC9E92;
}
</style>
background-color css
<style>
a { background-color: #AC9E92; }
a { background-color: rgb(172,158,146); }
div.DivClassName
{
background-color: #AC9E92;
}
.BgClassName
{
background-color: #AC9E92;
}
</style>
border-color css
<style>
span { border-color: #AC9E92; }
span { border-color: rgb(172,158,146); }
td.TdClassName
{
border-color: #AC9E92;
}
.TagClassName
{
border-color: #AC9E92;
}
</style>