Shades of Zorba #A29995
Tints of Zorba #A29995
RGB
CMYK
RGB Variations
Color information
#A29995 (or 0xA29995) is known color: Zorba. HEX triplet: A2, 99 and 95. RGB value is (162,153,149). Sum of RGB (Red+Green+Blue) = 162+153+149=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A29995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29995 is #5D666A. Grayscale: #9B9B9B. Windows color (decimal): -6121067 or 9804194. OLE color: 9804194.
HSL color Cylindrical-coordinate representation of color #A29995: hue angle of 18.46º 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 #A29995 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 149 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.36 |
| HSL | 18.46º | 0.07% | 0.61% | - |
| HSV(B) | 18.46º | 0.08% | 0.64% | - |
| XYZ | 31.72 | 32.63 | 33.06 | - |
| YUV | 155.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 149 | 0 | 0.06 | 0.08 | 0.36 | 18.46 | 0.07 | 0.61 |
| Hex | A2 | 99 | 95 | 0 | 6 | 8 | 24 | 12 | 7 | 3D |
| Octal | 242 | 231 | 225 | 0 | 6 | 10 | 44 | 22 | 7 | 75 |
| Binary | 10100010 | 10011001 | 10010101 | 0 | 110 | 1000 | 100100 | 10010 | 111 | 111101 |
Color Harmonies of #A29995
Complementary color
Monochromatic Colors of #A29995
Black with #A29995
Text Example
Text Example
White with #A29995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29995; }
p { color: rgb(162,153,149); }
H1.HeaderClassName
{
color: #A29995;
}
.AnyTagClassName
{
color: #A29995;
}
</style>
background-color css
<style>
a { background-color: #A29995; }
a { background-color: rgb(162,153,149); }
div.DivClassName
{
background-color: #A29995;
}
.BgClassName
{
background-color: #A29995;
}
</style>
border-color css
<style>
span { border-color: #A29995; }
span { border-color: rgb(162,153,149); }
td.TdClassName
{
border-color: #A29995;
}
.TagClassName
{
border-color: #A29995;
}
</style>