Shades of Mongoose #AC916E
Tints of Mongoose #AC916E
RGB
CMYK
RGB Variations
Color information
#AC916E (or 0xAC916E) is known color: Mongoose. HEX triplet: AC, 91 and 6E. RGB value is (172,145,110). Sum of RGB (Red+Green+Blue) = 172+145+110=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916E is #536E91. Grayscale: #959595. Windows color (decimal): -5467794 or 7246252. OLE color: 7246252.
HSL color Cylindrical-coordinate representation of color #AC916E: hue angle of 33.87º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC916E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 110 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.33 |
| HSL | 33.87º | 0.27% | 0.55% | - |
| HSV(B) | 33.87º | 0.36% | 0.67% | - |
| XYZ | 29.95 | 30.15 | 18.99 | - |
| YUV | 149.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 110 | 0 | 0.16 | 0.36 | 0.33 | 33.87 | 0.27 | 0.55 |
| Hex | AC | 91 | 6E | 0 | 10 | 24 | 21 | 22 | 1B | 37 |
| Octal | 254 | 221 | 156 | 0 | 20 | 44 | 41 | 42 | 33 | 67 |
| Binary | 10101100 | 10010001 | 1101110 | 0 | 10000 | 100100 | 100001 | 100010 | 11011 | 110111 |
Color Harmonies of #AC916E
Complementary color
Monochromatic Colors of #AC916E
Black with #AC916E
Text Example
Text Example
White with #AC916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC916E; }
p { color: rgb(172,145,110); }
H1.HeaderClassName
{
color: #AC916E;
}
.AnyTagClassName
{
color: #AC916E;
}
</style>
background-color css
<style>
a { background-color: #AC916E; }
a { background-color: rgb(172,145,110); }
div.DivClassName
{
background-color: #AC916E;
}
.BgClassName
{
background-color: #AC916E;
}
</style>
border-color css
<style>
span { border-color: #AC916E; }
span { border-color: rgb(172,145,110); }
td.TdClassName
{
border-color: #AC916E;
}
.TagClassName
{
border-color: #AC916E;
}
</style>