Shades of Avocado #8A9363
Tints of Avocado #8A9363
RGB
CMYK
RGB Variations
Color information
#8A9363 (or 0x8A9363) is known color: Avocado. HEX triplet: 8A, 93 and 63. RGB value is (138,147,99). Sum of RGB (Red+Green+Blue) = 138+147+99=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9363 is #756C9C. Grayscale: #8B8B8B. Windows color (decimal): -7695517 or 6525834. OLE color: 6525834.
HSL color Cylindrical-coordinate representation of color #8A9363: hue angle of 71.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9363 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 99 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.42 |
| HSL | 71.25º | 0.2% | 0.48% | - |
| HSV(B) | 71.25º | 0.33% | 0.58% | - |
| XYZ | 23.17 | 27.17 | 15.83 | - |
| YUV | 138.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 99 | 0.06 | 0 | 0.33 | 0.42 | 71.25 | 0.2 | 0.48 |
| Hex | 8A | 93 | 63 | 6 | 0 | 21 | 2A | 47 | 14 | 30 |
| Octal | 212 | 223 | 143 | 6 | 0 | 41 | 52 | 107 | 24 | 60 |
| Binary | 10001010 | 10010011 | 1100011 | 110 | 0 | 100001 | 101010 | 1000111 | 10100 | 110000 |
Color Harmonies of #8A9363
Complementary color
Monochromatic Colors of #8A9363
Black with #8A9363
Text Example
Text Example
White with #8A9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9363; }
p { color: rgb(138,147,99); }
H1.HeaderClassName
{
color: #8A9363;
}
.AnyTagClassName
{
color: #8A9363;
}
</style>
background-color css
<style>
a { background-color: #8A9363; }
a { background-color: rgb(138,147,99); }
div.DivClassName
{
background-color: #8A9363;
}
.BgClassName
{
background-color: #8A9363;
}
</style>
border-color css
<style>
span { border-color: #8A9363; }
span { border-color: rgb(138,147,99); }
td.TdClassName
{
border-color: #8A9363;
}
.TagClassName
{
border-color: #8A9363;
}
</style>