Shades of Zorba #AC998B
Tints of Zorba #AC998B
RGB
CMYK
RGB Variations
Color information
#AC998B (or 0xAC998B) is known color: Zorba. HEX triplet: AC, 99 and 8B. RGB value is (172,153,139). Sum of RGB (Red+Green+Blue) = 172+153+139=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC998B is #536674. Grayscale: #9D9D9D. Windows color (decimal): -5465717 or 9148844. OLE color: 9148844.
HSL color Cylindrical-coordinate representation of color #AC998B: hue angle of 25.45º 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 #AC998B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 139 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.33 |
| HSL | 25.45º | 0.17% | 0.61% | - |
| HSV(B) | 25.45º | 0.19% | 0.67% | - |
| XYZ | 33.06 | 33.42 | 29.13 | - |
| YUV | 157.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 139 | 0 | 0.11 | 0.19 | 0.33 | 25.45 | 0.17 | 0.61 |
| Hex | AC | 99 | 8B | 0 | B | 13 | 21 | 19 | 11 | 3D |
| Octal | 254 | 231 | 213 | 0 | 13 | 23 | 41 | 31 | 21 | 75 |
| Binary | 10101100 | 10011001 | 10001011 | 0 | 1011 | 10011 | 100001 | 11001 | 10001 | 111101 |
Color Harmonies of #AC998B
Complementary color
Monochromatic Colors of #AC998B
Black with #AC998B
Text Example
Text Example
White with #AC998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC998B; }
p { color: rgb(172,153,139); }
H1.HeaderClassName
{
color: #AC998B;
}
.AnyTagClassName
{
color: #AC998B;
}
</style>
background-color css
<style>
a { background-color: #AC998B; }
a { background-color: rgb(172,153,139); }
div.DivClassName
{
background-color: #AC998B;
}
.BgClassName
{
background-color: #AC998B;
}
</style>
border-color css
<style>
span { border-color: #AC998B; }
span { border-color: rgb(172,153,139); }
td.TdClassName
{
border-color: #AC998B;
}
.TagClassName
{
border-color: #AC998B;
}
</style>