Shades of Zorba #AC9A8C
Tints of Zorba #AC9A8C
RGB
CMYK
RGB Variations
Color information
#AC9A8C (or 0xAC9A8C) is known color: Zorba. HEX triplet: AC, 9A and 8C. RGB value is (172,154,140). Sum of RGB (Red+Green+Blue) = 172+154+140=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A8C is #536573. Grayscale: #9D9D9D. Windows color (decimal): -5465460 or 9214636. OLE color: 9214636.
HSL color Cylindrical-coordinate representation of color #AC9A8C: hue angle of 26.25º 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 #AC9A8C is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 140 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.33 |
| HSL | 26.25º | 0.16% | 0.61% | - |
| HSV(B) | 26.25º | 0.19% | 0.67% | - |
| XYZ | 33.3 | 33.78 | 29.58 | - |
| YUV | 157.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 140 | 0 | 0.10 | 0.19 | 0.33 | 26.25 | 0.16 | 0.61 |
| Hex | AC | 9A | 8C | 0 | A | 13 | 21 | 1A | 10 | 3D |
| Octal | 254 | 232 | 214 | 0 | 12 | 23 | 41 | 32 | 20 | 75 |
| Binary | 10101100 | 10011010 | 10001100 | 0 | 1010 | 10011 | 100001 | 11010 | 10000 | 111101 |
Color Harmonies of #AC9A8C
Complementary color
Monochromatic Colors of #AC9A8C
Black with #AC9A8C
Text Example
Text Example
White with #AC9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A8C; }
p { color: rgb(172,154,140); }
H1.HeaderClassName
{
color: #AC9A8C;
}
.AnyTagClassName
{
color: #AC9A8C;
}
</style>
background-color css
<style>
a { background-color: #AC9A8C; }
a { background-color: rgb(172,154,140); }
div.DivClassName
{
background-color: #AC9A8C;
}
.BgClassName
{
background-color: #AC9A8C;
}
</style>
border-color css
<style>
span { border-color: #AC9A8C; }
span { border-color: rgb(172,154,140); }
td.TdClassName
{
border-color: #AC9A8C;
}
.TagClassName
{
border-color: #AC9A8C;
}
</style>