Shades of Zorba #A69588
Tints of Zorba #A69588
RGB
CMYK
RGB Variations
Color information
#A69588 (or 0xA69588) is known color: Zorba. HEX triplet: A6, 95 and 88. RGB value is (166,149,136). Sum of RGB (Red+Green+Blue) = 166+149+136=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A69588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69588 is #596A77. Grayscale: #989898. Windows color (decimal): -5859960 or 8951206. OLE color: 8951206.
HSL color Cylindrical-coordinate representation of color #A69588: hue angle of 26º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69588 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 136 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.35 |
| HSL | 26º | 0.14% | 0.59% | - |
| HSV(B) | 26º | 0.18% | 0.65% | - |
| XYZ | 30.92 | 31.38 | 27.72 | - |
| YUV | 152.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 136 | 0 | 0.10 | 0.18 | 0.35 | 26 | 0.14 | 0.59 |
| Hex | A6 | 95 | 88 | 0 | A | 12 | 23 | 1A | E | 3B |
| Octal | 246 | 225 | 210 | 0 | 12 | 22 | 43 | 32 | 16 | 73 |
| Binary | 10100110 | 10010101 | 10001000 | 0 | 1010 | 10010 | 100011 | 11010 | 1110 | 111011 |
Color Harmonies of #A69588
Complementary color
Monochromatic Colors of #A69588
Black with #A69588
Text Example
Text Example
White with #A69588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69588; }
p { color: rgb(166,149,136); }
H1.HeaderClassName
{
color: #A69588;
}
.AnyTagClassName
{
color: #A69588;
}
</style>
background-color css
<style>
a { background-color: #A69588; }
a { background-color: rgb(166,149,136); }
div.DivClassName
{
background-color: #A69588;
}
.BgClassName
{
background-color: #A69588;
}
</style>
border-color css
<style>
span { border-color: #A69588; }
span { border-color: rgb(166,149,136); }
td.TdClassName
{
border-color: #A69588;
}
.TagClassName
{
border-color: #A69588;
}
</style>