Shades of Zorba #A69084
Tints of Zorba #A69084
RGB
CMYK
RGB Variations
Color information
#A69084 (or 0xA69084) is known color: Zorba. HEX triplet: A6, 90 and 84. RGB value is (166,144,132). Sum of RGB (Red+Green+Blue) = 166+144+132=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A69084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69084 is #596F7B. Grayscale: #959595. Windows color (decimal): -5861244 or 8687782. OLE color: 8687782.
HSL color Cylindrical-coordinate representation of color #A69084: hue angle of 21.18º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A69084 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 132 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.35 |
| HSL | 21.18º | 0.16% | 0.58% | - |
| HSV(B) | 21.18º | 0.2% | 0.65% | - |
| XYZ | 29.86 | 29.72 | 25.99 | - |
| YUV | 149.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 132 | 0 | 0.13 | 0.20 | 0.35 | 21.18 | 0.16 | 0.58 |
| Hex | A6 | 90 | 84 | 0 | D | 14 | 23 | 15 | 10 | 3A |
| Octal | 246 | 220 | 204 | 0 | 15 | 24 | 43 | 25 | 20 | 72 |
| Binary | 10100110 | 10010000 | 10000100 | 0 | 1101 | 10100 | 100011 | 10101 | 10000 | 111010 |
Color Harmonies of #A69084
Complementary color
Monochromatic Colors of #A69084
Black with #A69084
Text Example
Text Example
White with #A69084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69084; }
p { color: rgb(166,144,132); }
H1.HeaderClassName
{
color: #A69084;
}
.AnyTagClassName
{
color: #A69084;
}
</style>
background-color css
<style>
a { background-color: #A69084; }
a { background-color: rgb(166,144,132); }
div.DivClassName
{
background-color: #A69084;
}
.BgClassName
{
background-color: #A69084;
}
</style>
border-color css
<style>
span { border-color: #A69084; }
span { border-color: rgb(166,144,132); }
td.TdClassName
{
border-color: #A69084;
}
.TagClassName
{
border-color: #A69084;
}
</style>