Shades of Mongoose #AA8A74
Tints of Mongoose #AA8A74
RGB
CMYK
RGB Variations
Color information
#AA8A74 (or 0xAA8A74) is known color: Mongoose. HEX triplet: AA, 8A and 74. RGB value is (170,138,116). Sum of RGB (Red+Green+Blue) = 170+138+116=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A74 is #55758B. Grayscale: #919191. Windows color (decimal): -5600652 or 7637674. OLE color: 7637674.
HSL color Cylindrical-coordinate representation of color #AA8A74: hue angle of 24.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8A74 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 116 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.33 |
| HSL | 24.44º | 0.24% | 0.56% | - |
| HSV(B) | 24.44º | 0.32% | 0.67% | - |
| XYZ | 28.82 | 27.98 | 20.41 | - |
| YUV | 145.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 116 | 0 | 0.19 | 0.32 | 0.33 | 24.44 | 0.24 | 0.56 |
| Hex | AA | 8A | 74 | 0 | 13 | 20 | 21 | 18 | 18 | 38 |
| Octal | 252 | 212 | 164 | 0 | 23 | 40 | 41 | 30 | 30 | 70 |
| Binary | 10101010 | 10001010 | 1110100 | 0 | 10011 | 100000 | 100001 | 11000 | 11000 | 111000 |
Color Harmonies of #AA8A74
Complementary color
Monochromatic Colors of #AA8A74
Black with #AA8A74
Text Example
Text Example
White with #AA8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A74; }
p { color: rgb(170,138,116); }
H1.HeaderClassName
{
color: #AA8A74;
}
.AnyTagClassName
{
color: #AA8A74;
}
</style>
background-color css
<style>
a { background-color: #AA8A74; }
a { background-color: rgb(170,138,116); }
div.DivClassName
{
background-color: #AA8A74;
}
.BgClassName
{
background-color: #AA8A74;
}
</style>
border-color css
<style>
span { border-color: #AA8A74; }
span { border-color: rgb(170,138,116); }
td.TdClassName
{
border-color: #AA8A74;
}
.TagClassName
{
border-color: #AA8A74;
}
</style>