Shades of Zorba #AC998A
Tints of Zorba #AC998A
RGB
CMYK
RGB Variations
Color information
#AC998A (or 0xAC998A) is known color: Zorba. HEX triplet: AC, 99 and 8A. RGB value is (172,153,138). Sum of RGB (Red+Green+Blue) = 172+153+138=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC998A is #536675. Grayscale: #9D9D9D. Windows color (decimal): -5465718 or 9083308. OLE color: 9083308.
HSL color Cylindrical-coordinate representation of color #AC998A: hue angle of 26.47º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC998A is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 138 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.33 |
| HSL | 26.47º | 0.17% | 0.61% | - |
| HSV(B) | 26.47º | 0.2% | 0.67% | - |
| XYZ | 32.99 | 33.39 | 28.75 | - |
| YUV | 156.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 138 | 0 | 0.11 | 0.20 | 0.33 | 26.47 | 0.17 | 0.61 |
| Hex | AC | 99 | 8A | 0 | B | 14 | 21 | 1A | 11 | 3D |
| Octal | 254 | 231 | 212 | 0 | 13 | 24 | 41 | 32 | 21 | 75 |
| Binary | 10101100 | 10011001 | 10001010 | 0 | 1011 | 10100 | 100001 | 11010 | 10001 | 111101 |
Color Harmonies of #AC998A
Complementary color
Monochromatic Colors of #AC998A
Black with #AC998A
Text Example
Text Example
White with #AC998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC998A; }
p { color: rgb(172,153,138); }
H1.HeaderClassName
{
color: #AC998A;
}
.AnyTagClassName
{
color: #AC998A;
}
</style>
background-color css
<style>
a { background-color: #AC998A; }
a { background-color: rgb(172,153,138); }
div.DivClassName
{
background-color: #AC998A;
}
.BgClassName
{
background-color: #AC998A;
}
</style>
border-color css
<style>
span { border-color: #AC998A; }
span { border-color: rgb(172,153,138); }
td.TdClassName
{
border-color: #AC998A;
}
.TagClassName
{
border-color: #AC998A;
}
</style>