Shades of Avocado #8A926D
Tints of Avocado #8A926D
RGB
CMYK
RGB Variations
Color information
#8A926D (or 0x8A926D) is known color: Avocado. HEX triplet: 8A, 92 and 6D. RGB value is (138,146,109). Sum of RGB (Red+Green+Blue) = 138+146+109=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #8A926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A926D is #756D92. Grayscale: #8B8B8B. Windows color (decimal): -7695763 or 7180938. OLE color: 7180938.
HSL color Cylindrical-coordinate representation of color #8A926D: hue angle of 72.97º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A926D is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 109 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.43 |
| HSL | 72.97º | 0.15% | 0.5% | - |
| HSV(B) | 72.97º | 0.25% | 0.57% | - |
| XYZ | 23.52 | 27.07 | 18.45 | - |
| YUV | 139.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 109 | 0.05 | 0 | 0.25 | 0.43 | 72.97 | 0.15 | 0.5 |
| Hex | 8A | 92 | 6D | 5 | 0 | 19 | 2B | 49 | F | 32 |
| Octal | 212 | 222 | 155 | 5 | 0 | 31 | 53 | 111 | 17 | 62 |
| Binary | 10001010 | 10010010 | 1101101 | 101 | 0 | 11001 | 101011 | 1001001 | 1111 | 110010 |
Color Harmonies of #8A926D
Complementary color
Monochromatic Colors of #8A926D
Black with #8A926D
Text Example
Text Example
White with #8A926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A926D; }
p { color: rgb(138,146,109); }
H1.HeaderClassName
{
color: #8A926D;
}
.AnyTagClassName
{
color: #8A926D;
}
</style>
background-color css
<style>
a { background-color: #8A926D; }
a { background-color: rgb(138,146,109); }
div.DivClassName
{
background-color: #8A926D;
}
.BgClassName
{
background-color: #8A926D;
}
</style>
border-color css
<style>
span { border-color: #8A926D; }
span { border-color: rgb(138,146,109); }
td.TdClassName
{
border-color: #8A926D;
}
.TagClassName
{
border-color: #8A926D;
}
</style>