Shades of Zorba #A69285
Tints of Zorba #A69285
RGB
CMYK
RGB Variations
Color information
#A69285 (or 0xA69285) is known color: Zorba. HEX triplet: A6, 92 and 85. RGB value is (166,146,133). Sum of RGB (Red+Green+Blue) = 166+146+133=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A69285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69285 is #596D7A. Grayscale: #969696. Windows color (decimal): -5860731 or 8753830. OLE color: 8753830.
HSL color Cylindrical-coordinate representation of color #A69285: hue angle of 23.64º 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 #A69285 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 133 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.35 |
| HSL | 23.64º | 0.16% | 0.59% | - |
| HSV(B) | 23.64º | 0.2% | 0.65% | - |
| XYZ | 30.24 | 30.36 | 26.46 | - |
| YUV | 150.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 133 | 0 | 0.12 | 0.20 | 0.35 | 23.64 | 0.16 | 0.59 |
| Hex | A6 | 92 | 85 | 0 | C | 14 | 23 | 18 | 10 | 3B |
| Octal | 246 | 222 | 205 | 0 | 14 | 24 | 43 | 30 | 20 | 73 |
| Binary | 10100110 | 10010010 | 10000101 | 0 | 1100 | 10100 | 100011 | 11000 | 10000 | 111011 |
Color Harmonies of #A69285
Complementary color
Monochromatic Colors of #A69285
Black with #A69285
Text Example
Text Example
White with #A69285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69285; }
p { color: rgb(166,146,133); }
H1.HeaderClassName
{
color: #A69285;
}
.AnyTagClassName
{
color: #A69285;
}
</style>
background-color css
<style>
a { background-color: #A69285; }
a { background-color: rgb(166,146,133); }
div.DivClassName
{
background-color: #A69285;
}
.BgClassName
{
background-color: #A69285;
}
</style>
border-color css
<style>
span { border-color: #A69285; }
span { border-color: rgb(166,146,133); }
td.TdClassName
{
border-color: #A69285;
}
.TagClassName
{
border-color: #A69285;
}
</style>