Shades of Avocado #9A975A
Tints of Avocado #9A975A
RGB
CMYK
RGB Variations
Color information
#9A975A (or 0x9A975A) is known color: Avocado. HEX triplet: 9A, 97 and 5A. RGB value is (154,151,90). Sum of RGB (Red+Green+Blue) = 154+151+90=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A975A is #6568A5. Grayscale: #919191. Windows color (decimal): -6645926 or 5937050. OLE color: 5937050.
HSL color Cylindrical-coordinate representation of color #9A975A: hue angle of 57.19º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A975A is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 90 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.40 |
| HSL | 57.19º | 0.26% | 0.48% | - |
| HSV(B) | 57.19º | 0.42% | 0.6% | - |
| XYZ | 26.24 | 29.74 | 14.03 | - |
| YUV | 144.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 90 | 0 | 0.02 | 0.42 | 0.40 | 57.19 | 0.26 | 0.48 |
| Hex | 9A | 97 | 5A | 0 | 2 | 2A | 28 | 39 | 1A | 30 |
| Octal | 232 | 227 | 132 | 0 | 2 | 52 | 50 | 71 | 32 | 60 |
| Binary | 10011010 | 10010111 | 1011010 | 0 | 10 | 101010 | 101000 | 111001 | 11010 | 110000 |
Color Harmonies of #9A975A
Complementary color
Monochromatic Colors of #9A975A
Black with #9A975A
Text Example
Text Example
White with #9A975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A975A; }
p { color: rgb(154,151,90); }
H1.HeaderClassName
{
color: #9A975A;
}
.AnyTagClassName
{
color: #9A975A;
}
</style>
background-color css
<style>
a { background-color: #9A975A; }
a { background-color: rgb(154,151,90); }
div.DivClassName
{
background-color: #9A975A;
}
.BgClassName
{
background-color: #9A975A;
}
</style>
border-color css
<style>
span { border-color: #9A975A; }
span { border-color: rgb(154,151,90); }
td.TdClassName
{
border-color: #9A975A;
}
.TagClassName
{
border-color: #9A975A;
}
</style>