Shades of Zorba #A29890
Tints of Zorba #A29890
RGB
CMYK
RGB Variations
Color information
#A29890 (or 0xA29890) is known color: Zorba. HEX triplet: A2, 98 and 90. RGB value is (162,152,144). Sum of RGB (Red+Green+Blue) = 162+152+144=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29890 is #5D676F. Grayscale: #9A9A9A. Windows color (decimal): -6121328 or 9476258. OLE color: 9476258.
HSL color Cylindrical-coordinate representation of color #A29890: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29890 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 144 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.36 |
| HSL | 26.67º | 0.09% | 0.6% | - |
| HSV(B) | 26.67º | 0.11% | 0.64% | - |
| XYZ | 31.16 | 32.15 | 30.95 | - |
| YUV | 154.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 144 | 0 | 0.06 | 0.11 | 0.36 | 26.67 | 0.09 | 0.6 |
| Hex | A2 | 98 | 90 | 0 | 6 | B | 24 | 1B | 9 | 3C |
| Octal | 242 | 230 | 220 | 0 | 6 | 13 | 44 | 33 | 11 | 74 |
| Binary | 10100010 | 10011000 | 10010000 | 0 | 110 | 1011 | 100100 | 11011 | 1001 | 111100 |
Color Harmonies of #A29890
Complementary color
Monochromatic Colors of #A29890
Black with #A29890
Text Example
Text Example
White with #A29890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29890; }
p { color: rgb(162,152,144); }
H1.HeaderClassName
{
color: #A29890;
}
.AnyTagClassName
{
color: #A29890;
}
</style>
background-color css
<style>
a { background-color: #A29890; }
a { background-color: rgb(162,152,144); }
div.DivClassName
{
background-color: #A29890;
}
.BgClassName
{
background-color: #A29890;
}
</style>
border-color css
<style>
span { border-color: #A29890; }
span { border-color: rgb(162,152,144); }
td.TdClassName
{
border-color: #A29890;
}
.TagClassName
{
border-color: #A29890;
}
</style>