Shades of Mongoose #AC8F67
Tints of Mongoose #AC8F67
RGB
CMYK
RGB Variations
Color information
#AC8F67 (or 0xAC8F67) is known color: Mongoose. HEX triplet: AC, 8F and 67. RGB value is (172,143,103). Sum of RGB (Red+Green+Blue) = 172+143+103=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F67 is #537098. Grayscale: #939393. Windows color (decimal): -5468313 or 6786988. OLE color: 6786988.
HSL color Cylindrical-coordinate representation of color #AC8F67: hue angle of 34.78º 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 #AC8F67 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 103 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.33 |
| HSL | 34.78º | 0.29% | 0.54% | - |
| HSV(B) | 34.78º | 0.4% | 0.67% | - |
| XYZ | 29.28 | 29.39 | 16.96 | - |
| YUV | 147.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 103 | 0 | 0.17 | 0.40 | 0.33 | 34.78 | 0.29 | 0.54 |
| Hex | AC | 8F | 67 | 0 | 11 | 28 | 21 | 23 | 1D | 36 |
| Octal | 254 | 217 | 147 | 0 | 21 | 50 | 41 | 43 | 35 | 66 |
| Binary | 10101100 | 10001111 | 1100111 | 0 | 10001 | 101000 | 100001 | 100011 | 11101 | 110110 |
Color Harmonies of #AC8F67
Complementary color
Monochromatic Colors of #AC8F67
Black with #AC8F67
Text Example
Text Example
White with #AC8F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F67; }
p { color: rgb(172,143,103); }
H1.HeaderClassName
{
color: #AC8F67;
}
.AnyTagClassName
{
color: #AC8F67;
}
</style>
background-color css
<style>
a { background-color: #AC8F67; }
a { background-color: rgb(172,143,103); }
div.DivClassName
{
background-color: #AC8F67;
}
.BgClassName
{
background-color: #AC8F67;
}
</style>
border-color css
<style>
span { border-color: #AC8F67; }
span { border-color: rgb(172,143,103); }
td.TdClassName
{
border-color: #AC8F67;
}
.TagClassName
{
border-color: #AC8F67;
}
</style>