Shades of Mongoose #AC906F
Tints of Mongoose #AC906F
RGB
CMYK
RGB Variations
Color information
#AC906F (or 0xAC906F) is known color: Mongoose. HEX triplet: AC, 90 and 6F. RGB value is (172,144,111). Sum of RGB (Red+Green+Blue) = 172+144+111=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC906F is #536F90. Grayscale: #949494. Windows color (decimal): -5468049 or 7311532. OLE color: 7311532.
HSL color Cylindrical-coordinate representation of color #AC906F: hue angle of 32.46º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC906F is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 111 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.33 |
| HSL | 32.46º | 0.27% | 0.55% | - |
| HSV(B) | 32.46º | 0.35% | 0.67% | - |
| XYZ | 29.86 | 29.86 | 19.23 | - |
| YUV | 148.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 111 | 0 | 0.16 | 0.35 | 0.33 | 32.46 | 0.27 | 0.55 |
| Hex | AC | 90 | 6F | 0 | 10 | 23 | 21 | 20 | 1B | 37 |
| Octal | 254 | 220 | 157 | 0 | 20 | 43 | 41 | 40 | 33 | 67 |
| Binary | 10101100 | 10010000 | 1101111 | 0 | 10000 | 100011 | 100001 | 100000 | 11011 | 110111 |
Color Harmonies of #AC906F
Complementary color
Monochromatic Colors of #AC906F
Black with #AC906F
Text Example
Text Example
White with #AC906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC906F; }
p { color: rgb(172,144,111); }
H1.HeaderClassName
{
color: #AC906F;
}
.AnyTagClassName
{
color: #AC906F;
}
</style>
background-color css
<style>
a { background-color: #AC906F; }
a { background-color: rgb(172,144,111); }
div.DivClassName
{
background-color: #AC906F;
}
.BgClassName
{
background-color: #AC906F;
}
</style>
border-color css
<style>
span { border-color: #AC906F; }
span { border-color: rgb(172,144,111); }
td.TdClassName
{
border-color: #AC906F;
}
.TagClassName
{
border-color: #AC906F;
}
</style>