Shades of Zorba #A89484
Tints of Zorba #A89484
RGB
CMYK
RGB Variations
Color information
#A89484 (or 0xA89484) is known color: Zorba. HEX triplet: A8, 94 and 84. RGB value is (168,148,132). Sum of RGB (Red+Green+Blue) = 168+148+132=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A89484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89484 is #576B7B. Grayscale: #989898. Windows color (decimal): -5729148 or 8688808. OLE color: 8688808.
HSL color Cylindrical-coordinate representation of color #A89484: hue angle of 26.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89484 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 132 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.34 |
| HSL | 26.67º | 0.17% | 0.59% | - |
| HSV(B) | 26.67º | 0.21% | 0.66% | - |
| XYZ | 30.9 | 31.17 | 26.22 | - |
| YUV | 152.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 132 | 0 | 0.12 | 0.21 | 0.34 | 26.67 | 0.17 | 0.59 |
| Hex | A8 | 94 | 84 | 0 | C | 15 | 22 | 1B | 11 | 3B |
| Octal | 250 | 224 | 204 | 0 | 14 | 25 | 42 | 33 | 21 | 73 |
| Binary | 10101000 | 10010100 | 10000100 | 0 | 1100 | 10101 | 100010 | 11011 | 10001 | 111011 |
Color Harmonies of #A89484
Complementary color
Monochromatic Colors of #A89484
Black with #A89484
Text Example
Text Example
White with #A89484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89484; }
p { color: rgb(168,148,132); }
H1.HeaderClassName
{
color: #A89484;
}
.AnyTagClassName
{
color: #A89484;
}
</style>
background-color css
<style>
a { background-color: #A89484; }
a { background-color: rgb(168,148,132); }
div.DivClassName
{
background-color: #A89484;
}
.BgClassName
{
background-color: #A89484;
}
</style>
border-color css
<style>
span { border-color: #A89484; }
span { border-color: rgb(168,148,132); }
td.TdClassName
{
border-color: #A89484;
}
.TagClassName
{
border-color: #A89484;
}
</style>