Shades of Mongoose #AC8F6C
Tints of Mongoose #AC8F6C
RGB
CMYK
RGB Variations
Color information
#AC8F6C (or 0xAC8F6C) is known color: Mongoose. HEX triplet: AC, 8F and 6C. RGB value is (172,143,108). Sum of RGB (Red+Green+Blue) = 172+143+108=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F6C is #537093. Grayscale: #939393. Windows color (decimal): -5468308 or 7114668. OLE color: 7114668.
HSL color Cylindrical-coordinate representation of color #AC8F6C: hue angle of 32.81º 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 #AC8F6C is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 108 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.33 |
| HSL | 32.81º | 0.28% | 0.55% | - |
| HSV(B) | 32.81º | 0.37% | 0.67% | - |
| XYZ | 29.54 | 29.5 | 18.32 | - |
| YUV | 147.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 108 | 0 | 0.17 | 0.37 | 0.33 | 32.81 | 0.28 | 0.55 |
| Hex | AC | 8F | 6C | 0 | 11 | 25 | 21 | 21 | 1C | 37 |
| Octal | 254 | 217 | 154 | 0 | 21 | 45 | 41 | 41 | 34 | 67 |
| Binary | 10101100 | 10001111 | 1101100 | 0 | 10001 | 100101 | 100001 | 100001 | 11100 | 110111 |
Color Harmonies of #AC8F6C
Complementary color
Monochromatic Colors of #AC8F6C
Black with #AC8F6C
Text Example
Text Example
White with #AC8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F6C; }
p { color: rgb(172,143,108); }
H1.HeaderClassName
{
color: #AC8F6C;
}
.AnyTagClassName
{
color: #AC8F6C;
}
</style>
background-color css
<style>
a { background-color: #AC8F6C; }
a { background-color: rgb(172,143,108); }
div.DivClassName
{
background-color: #AC8F6C;
}
.BgClassName
{
background-color: #AC8F6C;
}
</style>
border-color css
<style>
span { border-color: #AC8F6C; }
span { border-color: rgb(172,143,108); }
td.TdClassName
{
border-color: #AC8F6C;
}
.TagClassName
{
border-color: #AC8F6C;
}
</style>