Shades of Zorba #A29994
Tints of Zorba #A29994
RGB
CMYK
RGB Variations
Color information
#A29994 (or 0xA29994) is known color: Zorba. HEX triplet: A2, 99 and 94. RGB value is (162,153,148). Sum of RGB (Red+Green+Blue) = 162+153+148=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A29994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29994 is #5D666B. Grayscale: #9B9B9B. Windows color (decimal): -6121068 or 9738658. OLE color: 9738658.
HSL color Cylindrical-coordinate representation of color #A29994: hue angle of 21.43º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29994 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 148 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.36 |
| HSL | 21.43º | 0.07% | 0.61% | - |
| HSV(B) | 21.43º | 0.09% | 0.64% | - |
| XYZ | 31.64 | 32.6 | 32.64 | - |
| YUV | 155.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 148 | 0 | 0.06 | 0.09 | 0.36 | 21.43 | 0.07 | 0.61 |
| Hex | A2 | 99 | 94 | 0 | 6 | 9 | 24 | 15 | 7 | 3D |
| Octal | 242 | 231 | 224 | 0 | 6 | 11 | 44 | 25 | 7 | 75 |
| Binary | 10100010 | 10011001 | 10010100 | 0 | 110 | 1001 | 100100 | 10101 | 111 | 111101 |
Color Harmonies of #A29994
Complementary color
Monochromatic Colors of #A29994
Black with #A29994
Text Example
Text Example
White with #A29994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29994; }
p { color: rgb(162,153,148); }
H1.HeaderClassName
{
color: #A29994;
}
.AnyTagClassName
{
color: #A29994;
}
</style>
background-color css
<style>
a { background-color: #A29994; }
a { background-color: rgb(162,153,148); }
div.DivClassName
{
background-color: #A29994;
}
.BgClassName
{
background-color: #A29994;
}
</style>
border-color css
<style>
span { border-color: #A29994; }
span { border-color: rgb(162,153,148); }
td.TdClassName
{
border-color: #A29994;
}
.TagClassName
{
border-color: #A29994;
}
</style>