Shades of Zorba #A29D9A
Tints of Zorba #A29D9A
RGB
CMYK
RGB Variations
Color information
#A29D9A (or 0xA29D9A) is known color: Zorba. HEX triplet: A2, 9D and 9A. RGB value is (162,157,154). Sum of RGB (Red+Green+Blue) = 162+157+154=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D9A is #5D6265. Grayscale: #9E9E9E. Windows color (decimal): -6120038 or 10132898. OLE color: 10132898.
HSL color Cylindrical-coordinate representation of color #A29D9A: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A29D9A is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 154 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.36 |
| HSL | 22.5º | 0.04% | 0.62% | - |
| HSV(B) | 22.5º | 0.05% | 0.64% | - |
| XYZ | 32.79 | 34.13 | 35.43 | - |
| YUV | 158.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 154 | 0 | 0.03 | 0.05 | 0.36 | 22.5 | 0.04 | 0.62 |
| Hex | A2 | 9D | 9A | 0 | 3 | 5 | 24 | 16 | 4 | 3E |
| Octal | 242 | 235 | 232 | 0 | 3 | 5 | 44 | 26 | 4 | 76 |
| Binary | 10100010 | 10011101 | 10011010 | 0 | 11 | 101 | 100100 | 10110 | 100 | 111110 |
Color Harmonies of #A29D9A
Complementary color
Monochromatic Colors of #A29D9A
Black with #A29D9A
Text Example
Text Example
White with #A29D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D9A; }
p { color: rgb(162,157,154); }
H1.HeaderClassName
{
color: #A29D9A;
}
.AnyTagClassName
{
color: #A29D9A;
}
</style>
background-color css
<style>
a { background-color: #A29D9A; }
a { background-color: rgb(162,157,154); }
div.DivClassName
{
background-color: #A29D9A;
}
.BgClassName
{
background-color: #A29D9A;
}
</style>
border-color css
<style>
span { border-color: #A29D9A; }
span { border-color: rgb(162,157,154); }
td.TdClassName
{
border-color: #A29D9A;
}
.TagClassName
{
border-color: #A29D9A;
}
</style>