Shades of Zorba #AC998C
Tints of Zorba #AC998C
RGB
CMYK
RGB Variations
Color information
#AC998C (or 0xAC998C) is known color: Zorba. HEX triplet: AC, 99 and 8C. RGB value is (172,153,140). Sum of RGB (Red+Green+Blue) = 172+153+140=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC998C is #536673. Grayscale: #9D9D9D. Windows color (decimal): -5465716 or 9214380. OLE color: 9214380.
HSL color Cylindrical-coordinate representation of color #AC998C: hue angle of 24.38º degrees, saturation: 0.16, 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 #AC998C is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 140 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.33 |
| HSL | 24.38º | 0.16% | 0.61% | - |
| HSV(B) | 24.38º | 0.19% | 0.67% | - |
| XYZ | 33.14 | 33.45 | 29.52 | - |
| YUV | 157.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 140 | 0 | 0.11 | 0.19 | 0.33 | 24.38 | 0.16 | 0.61 |
| Hex | AC | 99 | 8C | 0 | B | 13 | 21 | 18 | 10 | 3D |
| Octal | 254 | 231 | 214 | 0 | 13 | 23 | 41 | 30 | 20 | 75 |
| Binary | 10101100 | 10011001 | 10001100 | 0 | 1011 | 10011 | 100001 | 11000 | 10000 | 111101 |
Color Harmonies of #AC998C
Complementary color
Monochromatic Colors of #AC998C
Black with #AC998C
Text Example
Text Example
White with #AC998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC998C; }
p { color: rgb(172,153,140); }
H1.HeaderClassName
{
color: #AC998C;
}
.AnyTagClassName
{
color: #AC998C;
}
</style>
background-color css
<style>
a { background-color: #AC998C; }
a { background-color: rgb(172,153,140); }
div.DivClassName
{
background-color: #AC998C;
}
.BgClassName
{
background-color: #AC998C;
}
</style>
border-color css
<style>
span { border-color: #AC998C; }
span { border-color: rgb(172,153,140); }
td.TdClassName
{
border-color: #AC998C;
}
.TagClassName
{
border-color: #AC998C;
}
</style>