Shades of Zorba #AC9D8E
Tints of Zorba #AC9D8E
RGB
CMYK
RGB Variations
Color information
#AC9D8E (or 0xAC9D8E) is known color: Zorba. HEX triplet: AC, 9D and 8E. RGB value is (172,157,142). Sum of RGB (Red+Green+Blue) = 172+157+142=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D8E is #536271. Grayscale: #9F9F9F. Windows color (decimal): -5464690 or 9346476. OLE color: 9346476.
HSL color Cylindrical-coordinate representation of color #AC9D8E: hue angle of 30º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC9D8E is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 142 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.33 |
| HSL | 30º | 0.15% | 0.62% | - |
| HSV(B) | 30º | 0.17% | 0.67% | - |
| XYZ | 33.95 | 34.84 | 30.53 | - |
| YUV | 159.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 142 | 0 | 0.09 | 0.17 | 0.33 | 30 | 0.15 | 0.62 |
| Hex | AC | 9D | 8E | 0 | 9 | 11 | 21 | 1E | F | 3E |
| Octal | 254 | 235 | 216 | 0 | 11 | 21 | 41 | 36 | 17 | 76 |
| Binary | 10101100 | 10011101 | 10001110 | 0 | 1001 | 10001 | 100001 | 11110 | 1111 | 111110 |
Color Harmonies of #AC9D8E
Complementary color
Monochromatic Colors of #AC9D8E
Black with #AC9D8E
Text Example
Text Example
White with #AC9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D8E; }
p { color: rgb(172,157,142); }
H1.HeaderClassName
{
color: #AC9D8E;
}
.AnyTagClassName
{
color: #AC9D8E;
}
</style>
background-color css
<style>
a { background-color: #AC9D8E; }
a { background-color: rgb(172,157,142); }
div.DivClassName
{
background-color: #AC9D8E;
}
.BgClassName
{
background-color: #AC9D8E;
}
</style>
border-color css
<style>
span { border-color: #AC9D8E; }
span { border-color: rgb(172,157,142); }
td.TdClassName
{
border-color: #AC9D8E;
}
.TagClassName
{
border-color: #AC9D8E;
}
</style>