Shades of Avocado #8A946C
Tints of Avocado #8A946C
RGB
CMYK
RGB Variations
Color information
#8A946C (or 0x8A946C) is known color: Avocado. HEX triplet: 8A, 94 and 6C. RGB value is (138,148,108). Sum of RGB (Red+Green+Blue) = 138+148+108=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #8A946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A946C is #756B93. Grayscale: #8C8C8C. Windows color (decimal): -7695252 or 7115914. OLE color: 7115914.
HSL color Cylindrical-coordinate representation of color #8A946C: hue angle of 75º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A946C is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 108 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.42 |
| HSL | 75º | 0.16% | 0.5% | - |
| HSV(B) | 75º | 0.27% | 0.58% | - |
| XYZ | 23.78 | 27.67 | 18.27 | - |
| YUV | 140.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 108 | 0.07 | 0 | 0.27 | 0.42 | 75 | 0.16 | 0.5 |
| Hex | 8A | 94 | 6C | 7 | 0 | 1B | 2A | 4B | 10 | 32 |
| Octal | 212 | 224 | 154 | 7 | 0 | 33 | 52 | 113 | 20 | 62 |
| Binary | 10001010 | 10010100 | 1101100 | 111 | 0 | 11011 | 101010 | 1001011 | 10000 | 110010 |
Color Harmonies of #8A946C
Complementary color
Monochromatic Colors of #8A946C
Black with #8A946C
Text Example
Text Example
White with #8A946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A946C; }
p { color: rgb(138,148,108); }
H1.HeaderClassName
{
color: #8A946C;
}
.AnyTagClassName
{
color: #8A946C;
}
</style>
background-color css
<style>
a { background-color: #8A946C; }
a { background-color: rgb(138,148,108); }
div.DivClassName
{
background-color: #8A946C;
}
.BgClassName
{
background-color: #8A946C;
}
</style>
border-color css
<style>
span { border-color: #8A946C; }
span { border-color: rgb(138,148,108); }
td.TdClassName
{
border-color: #8A946C;
}
.TagClassName
{
border-color: #8A946C;
}
</style>