Shades of Mongoose #AC9068
Tints of Mongoose #AC9068
RGB
CMYK
RGB Variations
Color information
#AC9068 (or 0xAC9068) is known color: Mongoose. HEX triplet: AC, 90 and 68. RGB value is (172,144,104). Sum of RGB (Red+Green+Blue) = 172+144+104=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9068 is #536F97. Grayscale: #949494. Windows color (decimal): -5468056 or 6852780. OLE color: 6852780.
HSL color Cylindrical-coordinate representation of color #AC9068: hue angle of 35.29º 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 #AC9068 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 104 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.33 |
| HSL | 35.29º | 0.29% | 0.54% | - |
| HSV(B) | 35.29º | 0.4% | 0.67% | - |
| XYZ | 29.49 | 29.72 | 17.28 | - |
| YUV | 147.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 104 | 0 | 0.16 | 0.40 | 0.33 | 35.29 | 0.29 | 0.54 |
| Hex | AC | 90 | 68 | 0 | 10 | 28 | 21 | 23 | 1D | 36 |
| Octal | 254 | 220 | 150 | 0 | 20 | 50 | 41 | 43 | 35 | 66 |
| Binary | 10101100 | 10010000 | 1101000 | 0 | 10000 | 101000 | 100001 | 100011 | 11101 | 110110 |
Color Harmonies of #AC9068
Complementary color
Monochromatic Colors of #AC9068
Black with #AC9068
Text Example
Text Example
White with #AC9068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9068; }
p { color: rgb(172,144,104); }
H1.HeaderClassName
{
color: #AC9068;
}
.AnyTagClassName
{
color: #AC9068;
}
</style>
background-color css
<style>
a { background-color: #AC9068; }
a { background-color: rgb(172,144,104); }
div.DivClassName
{
background-color: #AC9068;
}
.BgClassName
{
background-color: #AC9068;
}
</style>
border-color css
<style>
span { border-color: #AC9068; }
span { border-color: rgb(172,144,104); }
td.TdClassName
{
border-color: #AC9068;
}
.TagClassName
{
border-color: #AC9068;
}
</style>