Shades of Zorba #A89288
Tints of Zorba #A89288
RGB
CMYK
RGB Variations
Color information
#A89288 (or 0xA89288) is known color: Zorba. HEX triplet: A8, 92 and 88. RGB value is (168,146,136). Sum of RGB (Red+Green+Blue) = 168+146+136=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A89288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89288 is #576D77. Grayscale: #979797. Windows color (decimal): -5729656 or 8950440. OLE color: 8950440.
HSL color Cylindrical-coordinate representation of color #A89288: hue angle of 18.75º 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 #A89288 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 136 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.34 |
| HSL | 18.75º | 0.16% | 0.6% | - |
| HSV(B) | 18.75º | 0.19% | 0.66% | - |
| XYZ | 30.87 | 30.66 | 27.58 | - |
| YUV | 151.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 136 | 0 | 0.13 | 0.19 | 0.34 | 18.75 | 0.16 | 0.6 |
| Hex | A8 | 92 | 88 | 0 | D | 13 | 22 | 13 | 10 | 3C |
| Octal | 250 | 222 | 210 | 0 | 15 | 23 | 42 | 23 | 20 | 74 |
| Binary | 10101000 | 10010010 | 10001000 | 0 | 1101 | 10011 | 100010 | 10011 | 10000 | 111100 |
Color Harmonies of #A89288
Complementary color
Monochromatic Colors of #A89288
Black with #A89288
Text Example
Text Example
White with #A89288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89288; }
p { color: rgb(168,146,136); }
H1.HeaderClassName
{
color: #A89288;
}
.AnyTagClassName
{
color: #A89288;
}
</style>
background-color css
<style>
a { background-color: #A89288; }
a { background-color: rgb(168,146,136); }
div.DivClassName
{
background-color: #A89288;
}
.BgClassName
{
background-color: #A89288;
}
</style>
border-color css
<style>
span { border-color: #A89288; }
span { border-color: rgb(168,146,136); }
td.TdClassName
{
border-color: #A89288;
}
.TagClassName
{
border-color: #A89288;
}
</style>