Shades of Zorba #AC988B
Tints of Zorba #AC988B
RGB
CMYK
RGB Variations
Color information
#AC988B (or 0xAC988B) is known color: Zorba. HEX triplet: AC, 98 and 8B. RGB value is (172,152,139). Sum of RGB (Red+Green+Blue) = 172+152+139=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC988B is #536774. Grayscale: #9C9C9C. Windows color (decimal): -5465973 or 9148588. OLE color: 9148588.
HSL color Cylindrical-coordinate representation of color #AC988B: hue angle of 23.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC988B is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 139 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.33 |
| HSL | 23.64º | 0.17% | 0.61% | - |
| HSV(B) | 23.64º | 0.19% | 0.67% | - |
| XYZ | 32.9 | 33.09 | 29.08 | - |
| YUV | 156.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 139 | 0 | 0.12 | 0.19 | 0.33 | 23.64 | 0.17 | 0.61 |
| Hex | AC | 98 | 8B | 0 | C | 13 | 21 | 18 | 11 | 3D |
| Octal | 254 | 230 | 213 | 0 | 14 | 23 | 41 | 30 | 21 | 75 |
| Binary | 10101100 | 10011000 | 10001011 | 0 | 1100 | 10011 | 100001 | 11000 | 10001 | 111101 |
Color Harmonies of #AC988B
Complementary color
Monochromatic Colors of #AC988B
Black with #AC988B
Text Example
Text Example
White with #AC988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC988B; }
p { color: rgb(172,152,139); }
H1.HeaderClassName
{
color: #AC988B;
}
.AnyTagClassName
{
color: #AC988B;
}
</style>
background-color css
<style>
a { background-color: #AC988B; }
a { background-color: rgb(172,152,139); }
div.DivClassName
{
background-color: #AC988B;
}
.BgClassName
{
background-color: #AC988B;
}
</style>
border-color css
<style>
span { border-color: #AC988B; }
span { border-color: rgb(172,152,139); }
td.TdClassName
{
border-color: #AC988B;
}
.TagClassName
{
border-color: #AC988B;
}
</style>