Shades of Mongoose #AC8973
Tints of Mongoose #AC8973
RGB
CMYK
RGB Variations
Color information
#AC8973 (or 0xAC8973) is known color: Mongoose. HEX triplet: AC, 89 and 73. RGB value is (172,137,115). Sum of RGB (Red+Green+Blue) = 172+137+115=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8973 is #53768C. Grayscale: #919191. Windows color (decimal): -5469837 or 7571884. OLE color: 7571884.
HSL color Cylindrical-coordinate representation of color #AC8973: hue angle of 23.16º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8973 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 115 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.33 |
| HSL | 23.16º | 0.26% | 0.56% | - |
| HSV(B) | 23.16º | 0.33% | 0.67% | - |
| XYZ | 29.05 | 27.9 | 20.07 | - |
| YUV | 144.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 115 | 0 | 0.20 | 0.33 | 0.33 | 23.16 | 0.26 | 0.56 |
| Hex | AC | 89 | 73 | 0 | 14 | 21 | 21 | 17 | 1A | 38 |
| Octal | 254 | 211 | 163 | 0 | 24 | 41 | 41 | 27 | 32 | 70 |
| Binary | 10101100 | 10001001 | 1110011 | 0 | 10100 | 100001 | 100001 | 10111 | 11010 | 111000 |
Color Harmonies of #AC8973
Complementary color
Monochromatic Colors of #AC8973
Black with #AC8973
Text Example
Text Example
White with #AC8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8973; }
p { color: rgb(172,137,115); }
H1.HeaderClassName
{
color: #AC8973;
}
.AnyTagClassName
{
color: #AC8973;
}
</style>
background-color css
<style>
a { background-color: #AC8973; }
a { background-color: rgb(172,137,115); }
div.DivClassName
{
background-color: #AC8973;
}
.BgClassName
{
background-color: #AC8973;
}
</style>
border-color css
<style>
span { border-color: #AC8973; }
span { border-color: rgb(172,137,115); }
td.TdClassName
{
border-color: #AC8973;
}
.TagClassName
{
border-color: #AC8973;
}
</style>