Shades of Zorba #A69C96
Tints of Zorba #A69C96
RGB
CMYK
RGB Variations
Color information
#A69C96 (or 0xA69C96) is known color: Zorba. HEX triplet: A6, 9C and 96. RGB value is (166,156,150). Sum of RGB (Red+Green+Blue) = 166+156+150=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C96 is #596369. Grayscale: #9E9E9E. Windows color (decimal): -5858154 or 9870502. OLE color: 9870502.
HSL color Cylindrical-coordinate representation of color #A69C96: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69C96 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 150 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.35 |
| HSL | 22.5º | 0.08% | 0.62% | - |
| HSV(B) | 22.5º | 0.1% | 0.65% | - |
| XYZ | 33.12 | 34.09 | 33.69 | - |
| YUV | 158.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 150 | 0 | 0.06 | 0.10 | 0.35 | 22.5 | 0.08 | 0.62 |
| Hex | A6 | 9C | 96 | 0 | 6 | A | 23 | 16 | 8 | 3E |
| Octal | 246 | 234 | 226 | 0 | 6 | 12 | 43 | 26 | 10 | 76 |
| Binary | 10100110 | 10011100 | 10010110 | 0 | 110 | 1010 | 100011 | 10110 | 1000 | 111110 |
Color Harmonies of #A69C96
Complementary color
Monochromatic Colors of #A69C96
Black with #A69C96
Text Example
Text Example
White with #A69C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C96; }
p { color: rgb(166,156,150); }
H1.HeaderClassName
{
color: #A69C96;
}
.AnyTagClassName
{
color: #A69C96;
}
</style>
background-color css
<style>
a { background-color: #A69C96; }
a { background-color: rgb(166,156,150); }
div.DivClassName
{
background-color: #A69C96;
}
.BgClassName
{
background-color: #A69C96;
}
</style>
border-color css
<style>
span { border-color: #A69C96; }
span { border-color: rgb(166,156,150); }
td.TdClassName
{
border-color: #A69C96;
}
.TagClassName
{
border-color: #A69C96;
}
</style>