Shades of Mongoose #AC9067
Tints of Mongoose #AC9067
RGB
CMYK
RGB Variations
Color information
#AC9067 (or 0xAC9067) is known color: Mongoose. HEX triplet: AC, 90 and 67. RGB value is (172,144,103). Sum of RGB (Red+Green+Blue) = 172+144+103=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9067 is #536F98. Grayscale: #939393. Windows color (decimal): -5468057 or 6787244. OLE color: 6787244.
HSL color Cylindrical-coordinate representation of color #AC9067: hue angle of 35.65º 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 #AC9067 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 103 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.33 |
| HSL | 35.65º | 0.29% | 0.54% | - |
| HSV(B) | 35.65º | 0.4% | 0.67% | - |
| XYZ | 29.43 | 29.7 | 17.01 | - |
| YUV | 147.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 103 | 0 | 0.16 | 0.40 | 0.33 | 35.65 | 0.29 | 0.54 |
| Hex | AC | 90 | 67 | 0 | 10 | 28 | 21 | 24 | 1D | 36 |
| Octal | 254 | 220 | 147 | 0 | 20 | 50 | 41 | 44 | 35 | 66 |
| Binary | 10101100 | 10010000 | 1100111 | 0 | 10000 | 101000 | 100001 | 100100 | 11101 | 110110 |
Color Harmonies of #AC9067
Complementary color
Monochromatic Colors of #AC9067
Black with #AC9067
Text Example
Text Example
White with #AC9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9067; }
p { color: rgb(172,144,103); }
H1.HeaderClassName
{
color: #AC9067;
}
.AnyTagClassName
{
color: #AC9067;
}
</style>
background-color css
<style>
a { background-color: #AC9067; }
a { background-color: rgb(172,144,103); }
div.DivClassName
{
background-color: #AC9067;
}
.BgClassName
{
background-color: #AC9067;
}
</style>
border-color css
<style>
span { border-color: #AC9067; }
span { border-color: rgb(172,144,103); }
td.TdClassName
{
border-color: #AC9067;
}
.TagClassName
{
border-color: #AC9067;
}
</style>