Shades of Zorba #A29184
Tints of Zorba #A29184
RGB
CMYK
RGB Variations
Color information
#A29184 (or 0xA29184) is known color: Zorba. HEX triplet: A2, 91 and 84. RGB value is (162,145,132). Sum of RGB (Red+Green+Blue) = 162+145+132=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A29184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29184 is #5D6E7B. Grayscale: #949494. Windows color (decimal): -6123132 or 8688034. OLE color: 8688034.
HSL color Cylindrical-coordinate representation of color #A29184: hue angle of 26º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29184 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 132 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.36 |
| HSL | 26º | 0.14% | 0.58% | - |
| HSV(B) | 26º | 0.19% | 0.64% | - |
| XYZ | 29.19 | 29.6 | 26 | - |
| YUV | 148.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 132 | 0 | 0.10 | 0.19 | 0.36 | 26 | 0.14 | 0.58 |
| Hex | A2 | 91 | 84 | 0 | A | 13 | 24 | 1A | E | 3A |
| Octal | 242 | 221 | 204 | 0 | 12 | 23 | 44 | 32 | 16 | 72 |
| Binary | 10100010 | 10010001 | 10000100 | 0 | 1010 | 10011 | 100100 | 11010 | 1110 | 111010 |
Color Harmonies of #A29184
Complementary color
Monochromatic Colors of #A29184
Black with #A29184
Text Example
Text Example
White with #A29184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29184; }
p { color: rgb(162,145,132); }
H1.HeaderClassName
{
color: #A29184;
}
.AnyTagClassName
{
color: #A29184;
}
</style>
background-color css
<style>
a { background-color: #A29184; }
a { background-color: rgb(162,145,132); }
div.DivClassName
{
background-color: #A29184;
}
.BgClassName
{
background-color: #A29184;
}
</style>
border-color css
<style>
span { border-color: #A29184; }
span { border-color: rgb(162,145,132); }
td.TdClassName
{
border-color: #A29184;
}
.TagClassName
{
border-color: #A29184;
}
</style>