Shades of Zorba #A69A92
Tints of Zorba #A69A92
RGB
CMYK
RGB Variations
Color information
#A69A92 (or 0xA69A92) is known color: Zorba. HEX triplet: A6, 9A and 92. RGB value is (166,154,146). Sum of RGB (Red+Green+Blue) = 166+154+146=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A92 is #59656D. Grayscale: #9C9C9C. Windows color (decimal): -5858670 or 9607846. OLE color: 9607846.
HSL color Cylindrical-coordinate representation of color #A69A92: hue angle of 24º 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 #A69A92 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 146 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.35 |
| HSL | 24º | 0.1% | 0.61% | - |
| HSV(B) | 24º | 0.12% | 0.65% | - |
| XYZ | 32.47 | 33.29 | 31.91 | - |
| YUV | 156.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 146 | 0 | 0.07 | 0.12 | 0.35 | 24 | 0.1 | 0.61 |
| Hex | A6 | 9A | 92 | 0 | 7 | C | 23 | 18 | A | 3D |
| Octal | 246 | 232 | 222 | 0 | 7 | 14 | 43 | 30 | 12 | 75 |
| Binary | 10100110 | 10011010 | 10010010 | 0 | 111 | 1100 | 100011 | 11000 | 1010 | 111101 |
Color Harmonies of #A69A92
Complementary color
Monochromatic Colors of #A69A92
Black with #A69A92
Text Example
Text Example
White with #A69A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A92; }
p { color: rgb(166,154,146); }
H1.HeaderClassName
{
color: #A69A92;
}
.AnyTagClassName
{
color: #A69A92;
}
</style>
background-color css
<style>
a { background-color: #A69A92; }
a { background-color: rgb(166,154,146); }
div.DivClassName
{
background-color: #A69A92;
}
.BgClassName
{
background-color: #A69A92;
}
</style>
border-color css
<style>
span { border-color: #A69A92; }
span { border-color: rgb(166,154,146); }
td.TdClassName
{
border-color: #A69A92;
}
.TagClassName
{
border-color: #A69A92;
}
</style>