Shades of Avocado #8A946D
Tints of Avocado #8A946D
RGB
CMYK
RGB Variations
Color information
#8A946D (or 0x8A946D) is known color: Avocado. HEX triplet: 8A, 94 and 6D. RGB value is (138,148,109). Sum of RGB (Red+Green+Blue) = 138+148+109=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #8A946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A946D is #756B92. Grayscale: #8C8C8C. Windows color (decimal): -7695251 or 7181450. OLE color: 7181450.
HSL color Cylindrical-coordinate representation of color #8A946D: hue angle of 75.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A946D is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 109 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.42 |
| HSL | 75.38º | 0.15% | 0.5% | - |
| HSV(B) | 75.38º | 0.26% | 0.58% | - |
| XYZ | 23.83 | 27.69 | 18.56 | - |
| YUV | 140.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 109 | 0.07 | 0 | 0.26 | 0.42 | 75.38 | 0.15 | 0.5 |
| Hex | 8A | 94 | 6D | 7 | 0 | 1A | 2A | 4B | F | 32 |
| Octal | 212 | 224 | 155 | 7 | 0 | 32 | 52 | 113 | 17 | 62 |
| Binary | 10001010 | 10010100 | 1101101 | 111 | 0 | 11010 | 101010 | 1001011 | 1111 | 110010 |
Color Harmonies of #8A946D
Complementary color
Monochromatic Colors of #8A946D
Black with #8A946D
Text Example
Text Example
White with #8A946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A946D; }
p { color: rgb(138,148,109); }
H1.HeaderClassName
{
color: #8A946D;
}
.AnyTagClassName
{
color: #8A946D;
}
</style>
background-color css
<style>
a { background-color: #8A946D; }
a { background-color: rgb(138,148,109); }
div.DivClassName
{
background-color: #8A946D;
}
.BgClassName
{
background-color: #8A946D;
}
</style>
border-color css
<style>
span { border-color: #8A946D; }
span { border-color: rgb(138,148,109); }
td.TdClassName
{
border-color: #8A946D;
}
.TagClassName
{
border-color: #8A946D;
}
</style>