Shades of Zorba #A29B96
Tints of Zorba #A29B96
RGB
CMYK
RGB Variations
Color information
#A29B96 (or 0xA29B96) is known color: Zorba. HEX triplet: A2, 9B and 96. RGB value is (162,155,150). Sum of RGB (Red+Green+Blue) = 162+155+150=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B96 is #5D6469. Grayscale: #9C9C9C. Windows color (decimal): -6120554 or 9870242. OLE color: 9870242.
HSL color Cylindrical-coordinate representation of color #A29B96: hue angle of 25º 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 #A29B96 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 150 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.36 |
| HSL | 25º | 0.06% | 0.61% | - |
| HSV(B) | 25º | 0.07% | 0.64% | - |
| XYZ | 32.13 | 33.33 | 33.59 | - |
| YUV | 156.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 150 | 0 | 0.04 | 0.07 | 0.36 | 25 | 0.06 | 0.61 |
| Hex | A2 | 9B | 96 | 0 | 4 | 7 | 24 | 19 | 6 | 3D |
| Octal | 242 | 233 | 226 | 0 | 4 | 7 | 44 | 31 | 6 | 75 |
| Binary | 10100010 | 10011011 | 10010110 | 0 | 100 | 111 | 100100 | 11001 | 110 | 111101 |
Color Harmonies of #A29B96
Complementary color
Monochromatic Colors of #A29B96
Black with #A29B96
Text Example
Text Example
White with #A29B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B96; }
p { color: rgb(162,155,150); }
H1.HeaderClassName
{
color: #A29B96;
}
.AnyTagClassName
{
color: #A29B96;
}
</style>
background-color css
<style>
a { background-color: #A29B96; }
a { background-color: rgb(162,155,150); }
div.DivClassName
{
background-color: #A29B96;
}
.BgClassName
{
background-color: #A29B96;
}
</style>
border-color css
<style>
span { border-color: #A29B96; }
span { border-color: rgb(162,155,150); }
td.TdClassName
{
border-color: #A29B96;
}
.TagClassName
{
border-color: #A29B96;
}
</style>