Shades of Mongoose #AC8970
Tints of Mongoose #AC8970
RGB
CMYK
RGB Variations
Color information
#AC8970 (or 0xAC8970) is known color: Mongoose. HEX triplet: AC, 89 and 70. RGB value is (172,137,112). Sum of RGB (Red+Green+Blue) = 172+137+112=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8970 is #53768F. Grayscale: #909090. Windows color (decimal): -5469840 or 7375276. OLE color: 7375276.
HSL color Cylindrical-coordinate representation of color #AC8970: hue angle of 25º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC8970 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 112 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.33 |
| HSL | 25º | 0.27% | 0.56% | - |
| HSV(B) | 25º | 0.35% | 0.67% | - |
| XYZ | 28.88 | 27.83 | 19.18 | - |
| YUV | 144.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 112 | 0 | 0.20 | 0.35 | 0.33 | 25 | 0.27 | 0.56 |
| Hex | AC | 89 | 70 | 0 | 14 | 23 | 21 | 19 | 1B | 38 |
| Octal | 254 | 211 | 160 | 0 | 24 | 43 | 41 | 31 | 33 | 70 |
| Binary | 10101100 | 10001001 | 1110000 | 0 | 10100 | 100011 | 100001 | 11001 | 11011 | 111000 |
Color Harmonies of #AC8970
Complementary color
Monochromatic Colors of #AC8970
Black with #AC8970
Text Example
Text Example
White with #AC8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8970; }
p { color: rgb(172,137,112); }
H1.HeaderClassName
{
color: #AC8970;
}
.AnyTagClassName
{
color: #AC8970;
}
</style>
background-color css
<style>
a { background-color: #AC8970; }
a { background-color: rgb(172,137,112); }
div.DivClassName
{
background-color: #AC8970;
}
.BgClassName
{
background-color: #AC8970;
}
</style>
border-color css
<style>
span { border-color: #AC8970; }
span { border-color: rgb(172,137,112); }
td.TdClassName
{
border-color: #AC8970;
}
.TagClassName
{
border-color: #AC8970;
}
</style>