Shades of Zorba #A69B92
Tints of Zorba #A69B92
RGB
CMYK
RGB Variations
Color information
#A69B92 (or 0xA69B92) is known color: Zorba. HEX triplet: A6, 9B and 92. RGB value is (166,155,146). Sum of RGB (Red+Green+Blue) = 166+155+146=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B92 is #59646D. Grayscale: #9D9D9D. Windows color (decimal): -5858414 or 9608102. OLE color: 9608102.
HSL color Cylindrical-coordinate representation of color #A69B92: hue angle of 27º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69B92 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 146 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.35 |
| HSL | 27º | 0.1% | 0.61% | - |
| HSV(B) | 27º | 0.12% | 0.65% | - |
| XYZ | 32.64 | 33.63 | 31.96 | - |
| YUV | 157.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 146 | 0 | 0.07 | 0.12 | 0.35 | 27 | 0.1 | 0.61 |
| Hex | A6 | 9B | 92 | 0 | 7 | C | 23 | 1B | A | 3D |
| Octal | 246 | 233 | 222 | 0 | 7 | 14 | 43 | 33 | 12 | 75 |
| Binary | 10100110 | 10011011 | 10010010 | 0 | 111 | 1100 | 100011 | 11011 | 1010 | 111101 |
Color Harmonies of #A69B92
Complementary color
Monochromatic Colors of #A69B92
Black with #A69B92
Text Example
Text Example
White with #A69B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B92; }
p { color: rgb(166,155,146); }
H1.HeaderClassName
{
color: #A69B92;
}
.AnyTagClassName
{
color: #A69B92;
}
</style>
background-color css
<style>
a { background-color: #A69B92; }
a { background-color: rgb(166,155,146); }
div.DivClassName
{
background-color: #A69B92;
}
.BgClassName
{
background-color: #A69B92;
}
</style>
border-color css
<style>
span { border-color: #A69B92; }
span { border-color: rgb(166,155,146); }
td.TdClassName
{
border-color: #A69B92;
}
.TagClassName
{
border-color: #A69B92;
}
</style>