Shades of Zorba #A69185
Tints of Zorba #A69185
RGB
CMYK
RGB Variations
Color information
#A69185 (or 0xA69185) is known color: Zorba. HEX triplet: A6, 91 and 85. RGB value is (166,145,133). Sum of RGB (Red+Green+Blue) = 166+145+133=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A69185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69185 is #596E7A. Grayscale: #959595. Windows color (decimal): -5860987 or 8753574. OLE color: 8753574.
HSL color Cylindrical-coordinate representation of color #A69185: hue angle of 21.82º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A69185 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 133 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.35 |
| HSL | 21.82º | 0.16% | 0.59% | - |
| HSV(B) | 21.82º | 0.2% | 0.65% | - |
| XYZ | 30.08 | 30.05 | 26.41 | - |
| YUV | 149.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 133 | 0 | 0.13 | 0.20 | 0.35 | 21.82 | 0.16 | 0.59 |
| Hex | A6 | 91 | 85 | 0 | D | 14 | 23 | 16 | 10 | 3B |
| Octal | 246 | 221 | 205 | 0 | 15 | 24 | 43 | 26 | 20 | 73 |
| Binary | 10100110 | 10010001 | 10000101 | 0 | 1101 | 10100 | 100011 | 10110 | 10000 | 111011 |
Color Harmonies of #A69185
Complementary color
Monochromatic Colors of #A69185
Black with #A69185
Text Example
Text Example
White with #A69185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69185; }
p { color: rgb(166,145,133); }
H1.HeaderClassName
{
color: #A69185;
}
.AnyTagClassName
{
color: #A69185;
}
</style>
background-color css
<style>
a { background-color: #A69185; }
a { background-color: rgb(166,145,133); }
div.DivClassName
{
background-color: #A69185;
}
.BgClassName
{
background-color: #A69185;
}
</style>
border-color css
<style>
span { border-color: #A69185; }
span { border-color: rgb(166,145,133); }
td.TdClassName
{
border-color: #A69185;
}
.TagClassName
{
border-color: #A69185;
}
</style>