Shades of Zorba #A89488
Tints of Zorba #A89488
RGB
CMYK
RGB Variations
Color information
#A89488 (or 0xA89488) is known color: Zorba. HEX triplet: A8, 94 and 88. RGB value is (168,148,136). Sum of RGB (Red+Green+Blue) = 168+148+136=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 168 - color contains mainly: red. Hex color #A89488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89488 is #576B77. Grayscale: #989898. Windows color (decimal): -5729144 or 8950952. OLE color: 8950952.
HSL color Cylindrical-coordinate representation of color #A89488: hue angle of 22.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89488 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 136 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.34 |
| HSL | 22.5º | 0.16% | 0.6% | - |
| HSV(B) | 22.5º | 0.19% | 0.66% | - |
| XYZ | 31.18 | 31.28 | 27.69 | - |
| YUV | 152.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 136 | 0 | 0.12 | 0.19 | 0.34 | 22.5 | 0.16 | 0.6 |
| Hex | A8 | 94 | 88 | 0 | C | 13 | 22 | 16 | 10 | 3C |
| Octal | 250 | 224 | 210 | 0 | 14 | 23 | 42 | 26 | 20 | 74 |
| Binary | 10101000 | 10010100 | 10001000 | 0 | 1100 | 10011 | 100010 | 10110 | 10000 | 111100 |
Color Harmonies of #A89488
Complementary color
Monochromatic Colors of #A89488
Black with #A89488
Text Example
Text Example
White with #A89488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89488; }
p { color: rgb(168,148,136); }
H1.HeaderClassName
{
color: #A89488;
}
.AnyTagClassName
{
color: #A89488;
}
</style>
background-color css
<style>
a { background-color: #A89488; }
a { background-color: rgb(168,148,136); }
div.DivClassName
{
background-color: #A89488;
}
.BgClassName
{
background-color: #A89488;
}
</style>
border-color css
<style>
span { border-color: #A89488; }
span { border-color: rgb(168,148,136); }
td.TdClassName
{
border-color: #A89488;
}
.TagClassName
{
border-color: #A89488;
}
</style>