Shades of Avocado #9A995C
Tints of Avocado #9A995C
RGB
CMYK
RGB Variations
Color information
#9A995C (or 0x9A995C) is known color: Avocado. HEX triplet: 9A, 99 and 5C. RGB value is (154,153,92). Sum of RGB (Red+Green+Blue) = 154+153+92=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 154 - color contains mainly: red. Hex color #9A995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A995C is #6566A3. Grayscale: #929292. Windows color (decimal): -6645412 or 6068634. OLE color: 6068634.
HSL color Cylindrical-coordinate representation of color #9A995C: hue angle of 59.03º 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 #9A995C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 92 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.40 |
| HSL | 59.03º | 0.25% | 0.48% | - |
| HSV(B) | 59.03º | 0.4% | 0.6% | - |
| XYZ | 26.65 | 30.43 | 14.59 | - |
| YUV | 146.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 92 | 0 | 0.01 | 0.40 | 0.40 | 59.03 | 0.25 | 0.48 |
| Hex | 9A | 99 | 5C | 0 | 1 | 28 | 28 | 3B | 19 | 30 |
| Octal | 232 | 231 | 134 | 0 | 1 | 50 | 50 | 73 | 31 | 60 |
| Binary | 10011010 | 10011001 | 1011100 | 0 | 1 | 101000 | 101000 | 111011 | 11001 | 110000 |
Color Harmonies of #9A995C
Complementary color
Monochromatic Colors of #9A995C
Black with #9A995C
Text Example
Text Example
White with #9A995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A995C; }
p { color: rgb(154,153,92); }
H1.HeaderClassName
{
color: #9A995C;
}
.AnyTagClassName
{
color: #9A995C;
}
</style>
background-color css
<style>
a { background-color: #9A995C; }
a { background-color: rgb(154,153,92); }
div.DivClassName
{
background-color: #9A995C;
}
.BgClassName
{
background-color: #9A995C;
}
</style>
border-color css
<style>
span { border-color: #9A995C; }
span { border-color: rgb(154,153,92); }
td.TdClassName
{
border-color: #9A995C;
}
.TagClassName
{
border-color: #9A995C;
}
</style>