Shades of Zorba #A69384
Tints of Zorba #A69384
RGB
CMYK
RGB Variations
Color information
#A69384 (or 0xA69384) is known color: Zorba. HEX triplet: A6, 93 and 84. RGB value is (166,147,132). Sum of RGB (Red+Green+Blue) = 166+147+132=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A69384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69384 is #596C7B. Grayscale: #979797. Windows color (decimal): -5860476 or 8688550. OLE color: 8688550.
HSL color Cylindrical-coordinate representation of color #A69384: hue angle of 26.47º 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 #A69384 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 132 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.35 |
| HSL | 26.47º | 0.16% | 0.58% | - |
| HSV(B) | 26.47º | 0.2% | 0.65% | - |
| XYZ | 30.32 | 30.64 | 26.15 | - |
| YUV | 150.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 132 | 0 | 0.11 | 0.20 | 0.35 | 26.47 | 0.16 | 0.58 |
| Hex | A6 | 93 | 84 | 0 | B | 14 | 23 | 1A | 10 | 3A |
| Octal | 246 | 223 | 204 | 0 | 13 | 24 | 43 | 32 | 20 | 72 |
| Binary | 10100110 | 10010011 | 10000100 | 0 | 1011 | 10100 | 100011 | 11010 | 10000 | 111010 |
Color Harmonies of #A69384
Complementary color
Monochromatic Colors of #A69384
Black with #A69384
Text Example
Text Example
White with #A69384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69384; }
p { color: rgb(166,147,132); }
H1.HeaderClassName
{
color: #A69384;
}
.AnyTagClassName
{
color: #A69384;
}
</style>
background-color css
<style>
a { background-color: #A69384; }
a { background-color: rgb(166,147,132); }
div.DivClassName
{
background-color: #A69384;
}
.BgClassName
{
background-color: #A69384;
}
</style>
border-color css
<style>
span { border-color: #A69384; }
span { border-color: rgb(166,147,132); }
td.TdClassName
{
border-color: #A69384;
}
.TagClassName
{
border-color: #A69384;
}
</style>