Shades of Avocado #9A995D
Tints of Avocado #9A995D
RGB
CMYK
RGB Variations
Color information
#9A995D (or 0x9A995D) is known color: Avocado. HEX triplet: 9A, 99 and 5D. RGB value is (154,153,93). Sum of RGB (Red+Green+Blue) = 154+153+93=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A995D is #6566A2. Grayscale: #929292. Windows color (decimal): -6645411 or 6134170. OLE color: 6134170.
HSL color Cylindrical-coordinate representation of color #9A995D: hue angle of 59.02º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A995D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 93 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.40 |
| HSL | 59.02º | 0.25% | 0.48% | - |
| HSV(B) | 59.02º | 0.4% | 0.6% | - |
| XYZ | 26.69 | 30.44 | 14.83 | - |
| YUV | 146.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 93 | 0 | 0.01 | 0.40 | 0.40 | 59.02 | 0.25 | 0.48 |
| Hex | 9A | 99 | 5D | 0 | 1 | 28 | 28 | 3B | 19 | 30 |
| Octal | 232 | 231 | 135 | 0 | 1 | 50 | 50 | 73 | 31 | 60 |
| Binary | 10011010 | 10011001 | 1011101 | 0 | 1 | 101000 | 101000 | 111011 | 11001 | 110000 |
Color Harmonies of #9A995D
Complementary color
Monochromatic Colors of #9A995D
Black with #9A995D
Text Example
Text Example
White with #9A995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A995D; }
p { color: rgb(154,153,93); }
H1.HeaderClassName
{
color: #9A995D;
}
.AnyTagClassName
{
color: #9A995D;
}
</style>
background-color css
<style>
a { background-color: #9A995D; }
a { background-color: rgb(154,153,93); }
div.DivClassName
{
background-color: #9A995D;
}
.BgClassName
{
background-color: #9A995D;
}
</style>
border-color css
<style>
span { border-color: #9A995D; }
span { border-color: rgb(154,153,93); }
td.TdClassName
{
border-color: #9A995D;
}
.TagClassName
{
border-color: #9A995D;
}
</style>