Shades of Zorba #A69D93
Tints of Zorba #A69D93
RGB
CMYK
RGB Variations
Color information
#A69D93 (or 0xA69D93) is known color: Zorba. HEX triplet: A6, 9D and 93. RGB value is (166,157,147). Sum of RGB (Red+Green+Blue) = 166+157+147=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69D93 is #59626C. Grayscale: #9E9E9E. Windows color (decimal): -5857901 or 9674150. OLE color: 9674150.
HSL color Cylindrical-coordinate representation of color #A69D93: hue angle of 31.58º 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 #A69D93 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 147 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.35 |
| HSL | 31.58º | 0.1% | 0.61% | - |
| HSV(B) | 31.58º | 0.11% | 0.65% | - |
| XYZ | 33.05 | 34.33 | 32.49 | - |
| YUV | 158.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 147 | 0 | 0.05 | 0.11 | 0.35 | 31.58 | 0.1 | 0.61 |
| Hex | A6 | 9D | 93 | 0 | 5 | B | 23 | 20 | A | 3D |
| Octal | 246 | 235 | 223 | 0 | 5 | 13 | 43 | 40 | 12 | 75 |
| Binary | 10100110 | 10011101 | 10010011 | 0 | 101 | 1011 | 100011 | 100000 | 1010 | 111101 |
Color Harmonies of #A69D93
Complementary color
Monochromatic Colors of #A69D93
Black with #A69D93
Text Example
Text Example
White with #A69D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D93; }
p { color: rgb(166,157,147); }
H1.HeaderClassName
{
color: #A69D93;
}
.AnyTagClassName
{
color: #A69D93;
}
</style>
background-color css
<style>
a { background-color: #A69D93; }
a { background-color: rgb(166,157,147); }
div.DivClassName
{
background-color: #A69D93;
}
.BgClassName
{
background-color: #A69D93;
}
</style>
border-color css
<style>
span { border-color: #A69D93; }
span { border-color: rgb(166,157,147); }
td.TdClassName
{
border-color: #A69D93;
}
.TagClassName
{
border-color: #A69D93;
}
</style>