Shades of Zorba #AC9888
Tints of Zorba #AC9888
RGB
CMYK
RGB Variations
Color information
#AC9888 (or 0xAC9888) is known color: Zorba. HEX triplet: AC, 98 and 88. RGB value is (172,152,136). Sum of RGB (Red+Green+Blue) = 172+152+136=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9888 is #536777. Grayscale: #9C9C9C. Windows color (decimal): -5465976 or 8951980. OLE color: 8951980.
HSL color Cylindrical-coordinate representation of color #AC9888: hue angle of 26.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC9888 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 136 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.33 |
| HSL | 26.67º | 0.18% | 0.6% | - |
| HSV(B) | 26.67º | 0.21% | 0.67% | - |
| XYZ | 32.69 | 33 | 27.94 | - |
| YUV | 156.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 136 | 0 | 0.12 | 0.21 | 0.33 | 26.67 | 0.18 | 0.6 |
| Hex | AC | 98 | 88 | 0 | C | 15 | 21 | 1B | 12 | 3C |
| Octal | 254 | 230 | 210 | 0 | 14 | 25 | 41 | 33 | 22 | 74 |
| Binary | 10101100 | 10011000 | 10001000 | 0 | 1100 | 10101 | 100001 | 11011 | 10010 | 111100 |
Color Harmonies of #AC9888
Complementary color
Monochromatic Colors of #AC9888
Black with #AC9888
Text Example
Text Example
White with #AC9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9888; }
p { color: rgb(172,152,136); }
H1.HeaderClassName
{
color: #AC9888;
}
.AnyTagClassName
{
color: #AC9888;
}
</style>
background-color css
<style>
a { background-color: #AC9888; }
a { background-color: rgb(172,152,136); }
div.DivClassName
{
background-color: #AC9888;
}
.BgClassName
{
background-color: #AC9888;
}
</style>
border-color css
<style>
span { border-color: #AC9888; }
span { border-color: rgb(172,152,136); }
td.TdClassName
{
border-color: #AC9888;
}
.TagClassName
{
border-color: #AC9888;
}
</style>