Shades of Zorba #A29A95
Tints of Zorba #A29A95
RGB
CMYK
RGB Variations
Color information
#A29A95 (or 0xA29A95) is known color: Zorba. HEX triplet: A2, 9A and 95. RGB value is (162,154,149). Sum of RGB (Red+Green+Blue) = 162+154+149=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A95 is #5D656A. Grayscale: #9B9B9B. Windows color (decimal): -6120811 or 9804450. OLE color: 9804450.
HSL color Cylindrical-coordinate representation of color #A29A95: hue angle of 23.08º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A29A95 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 149 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.36 |
| HSL | 23.08º | 0.07% | 0.61% | - |
| HSV(B) | 23.08º | 0.08% | 0.64% | - |
| XYZ | 31.88 | 32.96 | 33.12 | - |
| YUV | 155.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 149 | 0 | 0.05 | 0.08 | 0.36 | 23.08 | 0.07 | 0.61 |
| Hex | A2 | 9A | 95 | 0 | 5 | 8 | 24 | 17 | 7 | 3D |
| Octal | 242 | 232 | 225 | 0 | 5 | 10 | 44 | 27 | 7 | 75 |
| Binary | 10100010 | 10011010 | 10010101 | 0 | 101 | 1000 | 100100 | 10111 | 111 | 111101 |
Color Harmonies of #A29A95
Complementary color
Monochromatic Colors of #A29A95
Black with #A29A95
Text Example
Text Example
White with #A29A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A95; }
p { color: rgb(162,154,149); }
H1.HeaderClassName
{
color: #A29A95;
}
.AnyTagClassName
{
color: #A29A95;
}
</style>
background-color css
<style>
a { background-color: #A29A95; }
a { background-color: rgb(162,154,149); }
div.DivClassName
{
background-color: #A29A95;
}
.BgClassName
{
background-color: #A29A95;
}
</style>
border-color css
<style>
span { border-color: #A29A95; }
span { border-color: rgb(162,154,149); }
td.TdClassName
{
border-color: #A29A95;
}
.TagClassName
{
border-color: #A29A95;
}
</style>