Shades of Mongoose #AC906C
Tints of Mongoose #AC906C
RGB
CMYK
RGB Variations
Color information
#AC906C (or 0xAC906C) is known color: Mongoose. HEX triplet: AC, 90 and 6C. RGB value is (172,144,108). Sum of RGB (Red+Green+Blue) = 172+144+108=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC906C is #536F93. Grayscale: #949494. Windows color (decimal): -5468052 or 7114924. OLE color: 7114924.
HSL color Cylindrical-coordinate representation of color #AC906C: hue angle of 33.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC906C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 108 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.33 |
| HSL | 33.75º | 0.28% | 0.55% | - |
| HSV(B) | 33.75º | 0.37% | 0.67% | - |
| XYZ | 29.69 | 29.8 | 18.37 | - |
| YUV | 148.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 108 | 0 | 0.16 | 0.37 | 0.33 | 33.75 | 0.28 | 0.55 |
| Hex | AC | 90 | 6C | 0 | 10 | 25 | 21 | 22 | 1C | 37 |
| Octal | 254 | 220 | 154 | 0 | 20 | 45 | 41 | 42 | 34 | 67 |
| Binary | 10101100 | 10010000 | 1101100 | 0 | 10000 | 100101 | 100001 | 100010 | 11100 | 110111 |
Color Harmonies of #AC906C
Complementary color
Monochromatic Colors of #AC906C
Black with #AC906C
Text Example
Text Example
White with #AC906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC906C; }
p { color: rgb(172,144,108); }
H1.HeaderClassName
{
color: #AC906C;
}
.AnyTagClassName
{
color: #AC906C;
}
</style>
background-color css
<style>
a { background-color: #AC906C; }
a { background-color: rgb(172,144,108); }
div.DivClassName
{
background-color: #AC906C;
}
.BgClassName
{
background-color: #AC906C;
}
</style>
border-color css
<style>
span { border-color: #AC906C; }
span { border-color: rgb(172,144,108); }
td.TdClassName
{
border-color: #AC906C;
}
.TagClassName
{
border-color: #AC906C;
}
</style>