Shades of Zorba #A99584
Tints of Zorba #A99584
RGB
CMYK
RGB Variations
Color information
#A99584 (or 0xA99584) is known color: Zorba. HEX triplet: A9, 95 and 84. RGB value is (169,149,132). Sum of RGB (Red+Green+Blue) = 169+149+132=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A99584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99584 is #566A7B. Grayscale: #999999. Windows color (decimal): -5663356 or 8689065. OLE color: 8689065.
HSL color Cylindrical-coordinate representation of color #A99584: hue angle of 27.57º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99584 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 132 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.34 |
| HSL | 27.57º | 0.18% | 0.59% | - |
| HSV(B) | 27.57º | 0.22% | 0.66% | - |
| XYZ | 31.27 | 31.6 | 26.28 | - |
| YUV | 153.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 132 | 0 | 0.12 | 0.22 | 0.34 | 27.57 | 0.18 | 0.59 |
| Hex | A9 | 95 | 84 | 0 | C | 16 | 22 | 1C | 12 | 3B |
| Octal | 251 | 225 | 204 | 0 | 14 | 26 | 42 | 34 | 22 | 73 |
| Binary | 10101001 | 10010101 | 10000100 | 0 | 1100 | 10110 | 100010 | 11100 | 10010 | 111011 |
Color Harmonies of #A99584
Complementary color
Monochromatic Colors of #A99584
Black with #A99584
Text Example
Text Example
White with #A99584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99584; }
p { color: rgb(169,149,132); }
H1.HeaderClassName
{
color: #A99584;
}
.AnyTagClassName
{
color: #A99584;
}
</style>
background-color css
<style>
a { background-color: #A99584; }
a { background-color: rgb(169,149,132); }
div.DivClassName
{
background-color: #A99584;
}
.BgClassName
{
background-color: #A99584;
}
</style>
border-color css
<style>
span { border-color: #A99584; }
span { border-color: rgb(169,149,132); }
td.TdClassName
{
border-color: #A99584;
}
.TagClassName
{
border-color: #A99584;
}
</style>