Shades of Avocado #99945A
Tints of Avocado #99945A
RGB
CMYK
RGB Variations
Color information
#99945A (or 0x99945A) is known color: Avocado. HEX triplet: 99, 94 and 5A. RGB value is (153,148,90). Sum of RGB (Red+Green+Blue) = 153+148+90=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99945A is #666BA5. Grayscale: #8F8F8F. Windows color (decimal): -6712230 or 5936281. OLE color: 5936281.
HSL color Cylindrical-coordinate representation of color #99945A: hue angle of 55.24º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99945A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 90 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.4 |
| HSL | 55.24º | 0.26% | 0.48% | - |
| HSV(B) | 55.24º | 0.41% | 0.6% | - |
| XYZ | 25.57 | 28.69 | 13.86 | - |
| YUV | 142.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 90 | 0 | 0.03 | 0.41 | 0.4 | 55.24 | 0.26 | 0.48 |
| Hex | 99 | 94 | 5A | 0 | 3 | 29 | 28 | 37 | 1A | 30 |
| Octal | 231 | 224 | 132 | 0 | 3 | 51 | 50 | 67 | 32 | 60 |
| Binary | 10011001 | 10010100 | 1011010 | 0 | 11 | 101001 | 101000 | 110111 | 11010 | 110000 |
Color Harmonies of #99945A
Complementary color
Monochromatic Colors of #99945A
Black with #99945A
Text Example
Text Example
White with #99945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99945A; }
p { color: rgb(153,148,90); }
H1.HeaderClassName
{
color: #99945A;
}
.AnyTagClassName
{
color: #99945A;
}
</style>
background-color css
<style>
a { background-color: #99945A; }
a { background-color: rgb(153,148,90); }
div.DivClassName
{
background-color: #99945A;
}
.BgClassName
{
background-color: #99945A;
}
</style>
border-color css
<style>
span { border-color: #99945A; }
span { border-color: rgb(153,148,90); }
td.TdClassName
{
border-color: #99945A;
}
.TagClassName
{
border-color: #99945A;
}
</style>