Shades of Zorba #AC9B8E
Tints of Zorba #AC9B8E
RGB
CMYK
RGB Variations
Color information
#AC9B8E (or 0xAC9B8E) is known color: Zorba. HEX triplet: AC, 9B and 8E. RGB value is (172,155,142). Sum of RGB (Red+Green+Blue) = 172+155+142=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B8E is #536471. Grayscale: #9E9E9E. Windows color (decimal): -5465202 or 9345964. OLE color: 9345964.
HSL color Cylindrical-coordinate representation of color #AC9B8E: hue angle of 26º 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 #AC9B8E is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 142 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.33 |
| HSL | 26º | 0.15% | 0.62% | - |
| HSV(B) | 26º | 0.17% | 0.67% | - |
| XYZ | 33.62 | 34.17 | 30.41 | - |
| YUV | 158.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 142 | 0 | 0.10 | 0.17 | 0.33 | 26 | 0.15 | 0.62 |
| Hex | AC | 9B | 8E | 0 | A | 11 | 21 | 1A | F | 3E |
| Octal | 254 | 233 | 216 | 0 | 12 | 21 | 41 | 32 | 17 | 76 |
| Binary | 10101100 | 10011011 | 10001110 | 0 | 1010 | 10001 | 100001 | 11010 | 1111 | 111110 |
Color Harmonies of #AC9B8E
Complementary color
Monochromatic Colors of #AC9B8E
Black with #AC9B8E
Text Example
Text Example
White with #AC9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B8E; }
p { color: rgb(172,155,142); }
H1.HeaderClassName
{
color: #AC9B8E;
}
.AnyTagClassName
{
color: #AC9B8E;
}
</style>
background-color css
<style>
a { background-color: #AC9B8E; }
a { background-color: rgb(172,155,142); }
div.DivClassName
{
background-color: #AC9B8E;
}
.BgClassName
{
background-color: #AC9B8E;
}
</style>
border-color css
<style>
span { border-color: #AC9B8E; }
span { border-color: rgb(172,155,142); }
td.TdClassName
{
border-color: #AC9B8E;
}
.TagClassName
{
border-color: #AC9B8E;
}
</style>