Shades of Zorba #A69A93
Tints of Zorba #A69A93
RGB
CMYK
RGB Variations
Color information
#A69A93 (or 0xA69A93) is known color: Zorba. HEX triplet: A6, 9A and 93. RGB value is (166,154,147). Sum of RGB (Red+Green+Blue) = 166+154+147=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A93 is #59656C. Grayscale: #9C9C9C. Windows color (decimal): -5858669 or 9673382. OLE color: 9673382.
HSL color Cylindrical-coordinate representation of color #A69A93: hue angle of 22.11º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A69A93 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 147 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.35 |
| HSL | 22.11º | 0.1% | 0.61% | - |
| HSV(B) | 22.11º | 0.11% | 0.65% | - |
| XYZ | 32.55 | 33.32 | 32.32 | - |
| YUV | 156.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 147 | 0 | 0.07 | 0.11 | 0.35 | 22.11 | 0.1 | 0.61 |
| Hex | A6 | 9A | 93 | 0 | 7 | B | 23 | 16 | A | 3D |
| Octal | 246 | 232 | 223 | 0 | 7 | 13 | 43 | 26 | 12 | 75 |
| Binary | 10100110 | 10011010 | 10010011 | 0 | 111 | 1011 | 100011 | 10110 | 1010 | 111101 |
Color Harmonies of #A69A93
Complementary color
Monochromatic Colors of #A69A93
Black with #A69A93
Text Example
Text Example
White with #A69A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A93; }
p { color: rgb(166,154,147); }
H1.HeaderClassName
{
color: #A69A93;
}
.AnyTagClassName
{
color: #A69A93;
}
</style>
background-color css
<style>
a { background-color: #A69A93; }
a { background-color: rgb(166,154,147); }
div.DivClassName
{
background-color: #A69A93;
}
.BgClassName
{
background-color: #A69A93;
}
</style>
border-color css
<style>
span { border-color: #A69A93; }
span { border-color: rgb(166,154,147); }
td.TdClassName
{
border-color: #A69A93;
}
.TagClassName
{
border-color: #A69A93;
}
</style>