Shades of Mongoose #AC9473
Tints of Mongoose #AC9473
RGB
CMYK
RGB Variations
Color information
#AC9473 (or 0xAC9473) is known color: Mongoose. HEX triplet: AC, 94 and 73. RGB value is (172,148,115). Sum of RGB (Red+Green+Blue) = 172+148+115=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9473 is #536B8C. Grayscale: #979797. Windows color (decimal): -5467021 or 7574700. OLE color: 7574700.
HSL color Cylindrical-coordinate representation of color #AC9473: hue angle of 34.74º 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 #AC9473 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 115 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.33 |
| HSL | 34.74º | 0.26% | 0.56% | - |
| HSV(B) | 34.74º | 0.33% | 0.67% | - |
| XYZ | 30.7 | 31.19 | 20.62 | - |
| YUV | 151.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 115 | 0 | 0.14 | 0.33 | 0.33 | 34.74 | 0.26 | 0.56 |
| Hex | AC | 94 | 73 | 0 | E | 21 | 21 | 23 | 1A | 38 |
| Octal | 254 | 224 | 163 | 0 | 16 | 41 | 41 | 43 | 32 | 70 |
| Binary | 10101100 | 10010100 | 1110011 | 0 | 1110 | 100001 | 100001 | 100011 | 11010 | 111000 |
Color Harmonies of #AC9473
Complementary color
Monochromatic Colors of #AC9473
Black with #AC9473
Text Example
Text Example
White with #AC9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9473; }
p { color: rgb(172,148,115); }
H1.HeaderClassName
{
color: #AC9473;
}
.AnyTagClassName
{
color: #AC9473;
}
</style>
background-color css
<style>
a { background-color: #AC9473; }
a { background-color: rgb(172,148,115); }
div.DivClassName
{
background-color: #AC9473;
}
.BgClassName
{
background-color: #AC9473;
}
</style>
border-color css
<style>
span { border-color: #AC9473; }
span { border-color: rgb(172,148,115); }
td.TdClassName
{
border-color: #AC9473;
}
.TagClassName
{
border-color: #AC9473;
}
</style>