Shades of Avocado #9A975D
Tints of Avocado #9A975D
RGB
CMYK
RGB Variations
Color information
#9A975D (or 0x9A975D) is known color: Avocado. HEX triplet: 9A, 97 and 5D. RGB value is (154,151,93). Sum of RGB (Red+Green+Blue) = 154+151+93=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 154 - color contains mainly: red. Hex color #9A975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A975D is #6568A2. Grayscale: #919191. Windows color (decimal): -6645923 or 6133658. OLE color: 6133658.
HSL color Cylindrical-coordinate representation of color #9A975D: hue angle of 57.05º 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 #9A975D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 93 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.40 |
| HSL | 57.05º | 0.25% | 0.48% | - |
| HSV(B) | 57.05º | 0.4% | 0.6% | - |
| XYZ | 26.37 | 29.79 | 14.72 | - |
| YUV | 145.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 93 | 0 | 0.02 | 0.40 | 0.40 | 57.05 | 0.25 | 0.48 |
| Hex | 9A | 97 | 5D | 0 | 2 | 28 | 28 | 39 | 19 | 30 |
| Octal | 232 | 227 | 135 | 0 | 2 | 50 | 50 | 71 | 31 | 60 |
| Binary | 10011010 | 10010111 | 1011101 | 0 | 10 | 101000 | 101000 | 111001 | 11001 | 110000 |
Color Harmonies of #9A975D
Complementary color
Monochromatic Colors of #9A975D
Black with #9A975D
Text Example
Text Example
White with #9A975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A975D; }
p { color: rgb(154,151,93); }
H1.HeaderClassName
{
color: #9A975D;
}
.AnyTagClassName
{
color: #9A975D;
}
</style>
background-color css
<style>
a { background-color: #9A975D; }
a { background-color: rgb(154,151,93); }
div.DivClassName
{
background-color: #9A975D;
}
.BgClassName
{
background-color: #9A975D;
}
</style>
border-color css
<style>
span { border-color: #9A975D; }
span { border-color: rgb(154,151,93); }
td.TdClassName
{
border-color: #9A975D;
}
.TagClassName
{
border-color: #9A975D;
}
</style>