Shades of Zorba #A99486
Tints of Zorba #A99486
RGB
CMYK
RGB Variations
Color information
#A99486 (or 0xA99486) is known color: Zorba. HEX triplet: A9, 94 and 86. RGB value is (169,148,134). Sum of RGB (Red+Green+Blue) = 169+148+134=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A99486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99486 is #566B79. Grayscale: #989898. Windows color (decimal): -5663610 or 8819881. OLE color: 8819881.
HSL color Cylindrical-coordinate representation of color #A99486: hue angle of 24º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99486 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 134 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.34 |
| HSL | 24º | 0.17% | 0.59% | - |
| HSV(B) | 24º | 0.21% | 0.66% | - |
| XYZ | 31.26 | 31.34 | 26.96 | - |
| YUV | 152.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 134 | 0 | 0.12 | 0.21 | 0.34 | 24 | 0.17 | 0.59 |
| Hex | A9 | 94 | 86 | 0 | C | 15 | 22 | 18 | 11 | 3B |
| Octal | 251 | 224 | 206 | 0 | 14 | 25 | 42 | 30 | 21 | 73 |
| Binary | 10101001 | 10010100 | 10000110 | 0 | 1100 | 10101 | 100010 | 11000 | 10001 | 111011 |
Color Harmonies of #A99486
Complementary color
Monochromatic Colors of #A99486
Black with #A99486
Text Example
Text Example
White with #A99486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99486; }
p { color: rgb(169,148,134); }
H1.HeaderClassName
{
color: #A99486;
}
.AnyTagClassName
{
color: #A99486;
}
</style>
background-color css
<style>
a { background-color: #A99486; }
a { background-color: rgb(169,148,134); }
div.DivClassName
{
background-color: #A99486;
}
.BgClassName
{
background-color: #A99486;
}
</style>
border-color css
<style>
span { border-color: #A99486; }
span { border-color: rgb(169,148,134); }
td.TdClassName
{
border-color: #A99486;
}
.TagClassName
{
border-color: #A99486;
}
</style>