Shades of Avocado #9A965D
Tints of Avocado #9A965D
RGB
CMYK
RGB Variations
Color information
#9A965D (or 0x9A965D) is known color: Avocado. HEX triplet: 9A, 96 and 5D. RGB value is (154,150,93). Sum of RGB (Red+Green+Blue) = 154+150+93=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A965D is #6569A2. Grayscale: #909090. Windows color (decimal): -6646179 or 6133402. OLE color: 6133402.
HSL color Cylindrical-coordinate representation of color #9A965D: hue angle of 56.07º 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 #9A965D is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 93 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.40 |
| HSL | 56.07º | 0.25% | 0.48% | - |
| HSV(B) | 56.07º | 0.4% | 0.6% | - |
| XYZ | 26.21 | 29.47 | 14.66 | - |
| YUV | 144.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 93 | 0 | 0.03 | 0.40 | 0.40 | 56.07 | 0.25 | 0.48 |
| Hex | 9A | 96 | 5D | 0 | 3 | 28 | 28 | 38 | 19 | 30 |
| Octal | 232 | 226 | 135 | 0 | 3 | 50 | 50 | 70 | 31 | 60 |
| Binary | 10011010 | 10010110 | 1011101 | 0 | 11 | 101000 | 101000 | 111000 | 11001 | 110000 |
Color Harmonies of #9A965D
Complementary color
Monochromatic Colors of #9A965D
Black with #9A965D
Text Example
Text Example
White with #9A965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A965D; }
p { color: rgb(154,150,93); }
H1.HeaderClassName
{
color: #9A965D;
}
.AnyTagClassName
{
color: #9A965D;
}
</style>
background-color css
<style>
a { background-color: #9A965D; }
a { background-color: rgb(154,150,93); }
div.DivClassName
{
background-color: #9A965D;
}
.BgClassName
{
background-color: #9A965D;
}
</style>
border-color css
<style>
span { border-color: #9A965D; }
span { border-color: rgb(154,150,93); }
td.TdClassName
{
border-color: #9A965D;
}
.TagClassName
{
border-color: #9A965D;
}
</style>