Shades of Zorba #AC9988
Tints of Zorba #AC9988
RGB
CMYK
RGB Variations
Color information
#AC9988 (or 0xAC9988) is known color: Zorba. HEX triplet: AC, 99 and 88. RGB value is (172,153,136). Sum of RGB (Red+Green+Blue) = 172+153+136=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9988 is #536677. Grayscale: #9C9C9C. Windows color (decimal): -5465720 or 8952236. OLE color: 8952236.
HSL color Cylindrical-coordinate representation of color #AC9988: hue angle of 28.33º 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 #AC9988 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 136 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.33 |
| HSL | 28.33º | 0.18% | 0.6% | - |
| HSV(B) | 28.33º | 0.21% | 0.67% | - |
| XYZ | 32.85 | 33.33 | 27.99 | - |
| YUV | 156.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 136 | 0 | 0.11 | 0.21 | 0.33 | 28.33 | 0.18 | 0.6 |
| Hex | AC | 99 | 88 | 0 | B | 15 | 21 | 1C | 12 | 3C |
| Octal | 254 | 231 | 210 | 0 | 13 | 25 | 41 | 34 | 22 | 74 |
| Binary | 10101100 | 10011001 | 10001000 | 0 | 1011 | 10101 | 100001 | 11100 | 10010 | 111100 |
Color Harmonies of #AC9988
Complementary color
Monochromatic Colors of #AC9988
Black with #AC9988
Text Example
Text Example
White with #AC9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9988; }
p { color: rgb(172,153,136); }
H1.HeaderClassName
{
color: #AC9988;
}
.AnyTagClassName
{
color: #AC9988;
}
</style>
background-color css
<style>
a { background-color: #AC9988; }
a { background-color: rgb(172,153,136); }
div.DivClassName
{
background-color: #AC9988;
}
.BgClassName
{
background-color: #AC9988;
}
</style>
border-color css
<style>
span { border-color: #AC9988; }
span { border-color: rgb(172,153,136); }
td.TdClassName
{
border-color: #AC9988;
}
.TagClassName
{
border-color: #AC9988;
}
</style>