Shades of Zorba #A29A96
Tints of Zorba #A29A96
RGB
CMYK
RGB Variations
Color information
#A29A96 (or 0xA29A96) is known color: Zorba. HEX triplet: A2, 9A and 96. RGB value is (162,154,150). Sum of RGB (Red+Green+Blue) = 162+154+150=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A96 is #5D6569. Grayscale: #9B9B9B. Windows color (decimal): -6120810 or 9869986. OLE color: 9869986.
HSL color Cylindrical-coordinate representation of color #A29A96: hue angle of 20º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A29A96 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 150 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.36 |
| HSL | 20º | 0.06% | 0.61% | - |
| HSV(B) | 20º | 0.07% | 0.64% | - |
| XYZ | 31.96 | 32.99 | 33.54 | - |
| YUV | 155.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 150 | 0 | 0.05 | 0.07 | 0.36 | 20 | 0.06 | 0.61 |
| Hex | A2 | 9A | 96 | 0 | 5 | 7 | 24 | 14 | 6 | 3D |
| Octal | 242 | 232 | 226 | 0 | 5 | 7 | 44 | 24 | 6 | 75 |
| Binary | 10100010 | 10011010 | 10010110 | 0 | 101 | 111 | 100100 | 10100 | 110 | 111101 |
Color Harmonies of #A29A96
Complementary color
Monochromatic Colors of #A29A96
Black with #A29A96
Text Example
Text Example
White with #A29A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A96; }
p { color: rgb(162,154,150); }
H1.HeaderClassName
{
color: #A29A96;
}
.AnyTagClassName
{
color: #A29A96;
}
</style>
background-color css
<style>
a { background-color: #A29A96; }
a { background-color: rgb(162,154,150); }
div.DivClassName
{
background-color: #A29A96;
}
.BgClassName
{
background-color: #A29A96;
}
</style>
border-color css
<style>
span { border-color: #A29A96; }
span { border-color: rgb(162,154,150); }
td.TdClassName
{
border-color: #A29A96;
}
.TagClassName
{
border-color: #A29A96;
}
</style>