Shades of Avocado #8A946B
Tints of Avocado #8A946B
RGB
CMYK
RGB Variations
Color information
#8A946B (or 0x8A946B) is known color: Avocado. HEX triplet: 8A, 94 and 6B. RGB value is (138,148,107). Sum of RGB (Red+Green+Blue) = 138+148+107=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #8A946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A946B is #756B94. Grayscale: #8C8C8C. Windows color (decimal): -7695253 or 7050378. OLE color: 7050378.
HSL color Cylindrical-coordinate representation of color #8A946B: hue angle of 74.63º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A946B is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 107 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.42 |
| HSL | 74.63º | 0.16% | 0.5% | - |
| HSV(B) | 74.63º | 0.28% | 0.58% | - |
| XYZ | 23.72 | 27.64 | 18 | - |
| YUV | 140.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 107 | 0.07 | 0 | 0.28 | 0.42 | 74.63 | 0.16 | 0.5 |
| Hex | 8A | 94 | 6B | 7 | 0 | 1C | 2A | 4B | 10 | 32 |
| Octal | 212 | 224 | 153 | 7 | 0 | 34 | 52 | 113 | 20 | 62 |
| Binary | 10001010 | 10010100 | 1101011 | 111 | 0 | 11100 | 101010 | 1001011 | 10000 | 110010 |
Color Harmonies of #8A946B
Complementary color
Monochromatic Colors of #8A946B
Black with #8A946B
Text Example
Text Example
White with #8A946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A946B; }
p { color: rgb(138,148,107); }
H1.HeaderClassName
{
color: #8A946B;
}
.AnyTagClassName
{
color: #8A946B;
}
</style>
background-color css
<style>
a { background-color: #8A946B; }
a { background-color: rgb(138,148,107); }
div.DivClassName
{
background-color: #8A946B;
}
.BgClassName
{
background-color: #8A946B;
}
</style>
border-color css
<style>
span { border-color: #8A946B; }
span { border-color: rgb(138,148,107); }
td.TdClassName
{
border-color: #8A946B;
}
.TagClassName
{
border-color: #8A946B;
}
</style>