Shades of Mongoose #AC8F68
Tints of Mongoose #AC8F68
RGB
CMYK
RGB Variations
Color information
#AC8F68 (or 0xAC8F68) is known color: Mongoose. HEX triplet: AC, 8F and 68. RGB value is (172,143,104). Sum of RGB (Red+Green+Blue) = 172+143+104=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F68 is #537097. Grayscale: #939393. Windows color (decimal): -5468312 or 6852524. OLE color: 6852524.
HSL color Cylindrical-coordinate representation of color #AC8F68: hue angle of 34.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8F68 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 104 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.33 |
| HSL | 34.41º | 0.29% | 0.54% | - |
| HSV(B) | 34.41º | 0.4% | 0.67% | - |
| XYZ | 29.33 | 29.42 | 17.23 | - |
| YUV | 147.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 104 | 0 | 0.17 | 0.40 | 0.33 | 34.41 | 0.29 | 0.54 |
| Hex | AC | 8F | 68 | 0 | 11 | 28 | 21 | 22 | 1D | 36 |
| Octal | 254 | 217 | 150 | 0 | 21 | 50 | 41 | 42 | 35 | 66 |
| Binary | 10101100 | 10001111 | 1101000 | 0 | 10001 | 101000 | 100001 | 100010 | 11101 | 110110 |
Color Harmonies of #AC8F68
Complementary color
Monochromatic Colors of #AC8F68
Black with #AC8F68
Text Example
Text Example
White with #AC8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F68; }
p { color: rgb(172,143,104); }
H1.HeaderClassName
{
color: #AC8F68;
}
.AnyTagClassName
{
color: #AC8F68;
}
</style>
background-color css
<style>
a { background-color: #AC8F68; }
a { background-color: rgb(172,143,104); }
div.DivClassName
{
background-color: #AC8F68;
}
.BgClassName
{
background-color: #AC8F68;
}
</style>
border-color css
<style>
span { border-color: #AC8F68; }
span { border-color: rgb(172,143,104); }
td.TdClassName
{
border-color: #AC8F68;
}
.TagClassName
{
border-color: #AC8F68;
}
</style>