Shades of Mongoose #AC8F71
Tints of Mongoose #AC8F71
RGB
CMYK
RGB Variations
Color information
#AC8F71 (or 0xAC8F71) is known color: Mongoose. HEX triplet: AC, 8F and 71. RGB value is (172,143,113). Sum of RGB (Red+Green+Blue) = 172+143+113=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F71 is #53708E. Grayscale: #949494. Windows color (decimal): -5468303 or 7442348. OLE color: 7442348.
HSL color Cylindrical-coordinate representation of color #AC8F71: hue angle of 30.51º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8F71 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 113 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.33 |
| HSL | 30.51º | 0.26% | 0.56% | - |
| HSV(B) | 30.51º | 0.34% | 0.67% | - |
| XYZ | 29.82 | 29.61 | 19.77 | - |
| YUV | 148.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 113 | 0 | 0.17 | 0.34 | 0.33 | 30.51 | 0.26 | 0.56 |
| Hex | AC | 8F | 71 | 0 | 11 | 22 | 21 | 1F | 1A | 38 |
| Octal | 254 | 217 | 161 | 0 | 21 | 42 | 41 | 37 | 32 | 70 |
| Binary | 10101100 | 10001111 | 1110001 | 0 | 10001 | 100010 | 100001 | 11111 | 11010 | 111000 |
Color Harmonies of #AC8F71
Complementary color
Monochromatic Colors of #AC8F71
Black with #AC8F71
Text Example
Text Example
White with #AC8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F71; }
p { color: rgb(172,143,113); }
H1.HeaderClassName
{
color: #AC8F71;
}
.AnyTagClassName
{
color: #AC8F71;
}
</style>
background-color css
<style>
a { background-color: #AC8F71; }
a { background-color: rgb(172,143,113); }
div.DivClassName
{
background-color: #AC8F71;
}
.BgClassName
{
background-color: #AC8F71;
}
</style>
border-color css
<style>
span { border-color: #AC8F71; }
span { border-color: rgb(172,143,113); }
td.TdClassName
{
border-color: #AC8F71;
}
.TagClassName
{
border-color: #AC8F71;
}
</style>