Shades of Zorba #A69686
Tints of Zorba #A69686
RGB
CMYK
RGB Variations
Color information
#A69686 (or 0xA69686) is known color: Zorba. HEX triplet: A6, 96 and 86. RGB value is (166,150,134). Sum of RGB (Red+Green+Blue) = 166+150+134=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A69686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69686 is #596979. Grayscale: #999999. Windows color (decimal): -5859706 or 8820390. OLE color: 8820390.
HSL color Cylindrical-coordinate representation of color #A69686: hue angle of 30º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A69686 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 134 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.35 |
| HSL | 30º | 0.15% | 0.59% | - |
| HSV(B) | 30º | 0.19% | 0.65% | - |
| XYZ | 30.94 | 31.64 | 27.03 | - |
| YUV | 152.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 134 | 0 | 0.10 | 0.19 | 0.35 | 30 | 0.15 | 0.59 |
| Hex | A6 | 96 | 86 | 0 | A | 13 | 23 | 1E | F | 3B |
| Octal | 246 | 226 | 206 | 0 | 12 | 23 | 43 | 36 | 17 | 73 |
| Binary | 10100110 | 10010110 | 10000110 | 0 | 1010 | 10011 | 100011 | 11110 | 1111 | 111011 |
Color Harmonies of #A69686
Complementary color
Monochromatic Colors of #A69686
Black with #A69686
Text Example
Text Example
White with #A69686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69686; }
p { color: rgb(166,150,134); }
H1.HeaderClassName
{
color: #A69686;
}
.AnyTagClassName
{
color: #A69686;
}
</style>
background-color css
<style>
a { background-color: #A69686; }
a { background-color: rgb(166,150,134); }
div.DivClassName
{
background-color: #A69686;
}
.BgClassName
{
background-color: #A69686;
}
</style>
border-color css
<style>
span { border-color: #A69686; }
span { border-color: rgb(166,150,134); }
td.TdClassName
{
border-color: #A69686;
}
.TagClassName
{
border-color: #A69686;
}
</style>