Shades of Mongoose #A28C72
Tints of Mongoose #A28C72
RGB
CMYK
RGB Variations
Color information
#A28C72 (or 0xA28C72) is known color: Mongoose. HEX triplet: A2, 8C and 72. RGB value is (162,140,114). Sum of RGB (Red+Green+Blue) = 162+140+114=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C72 is #5D738D. Grayscale: #8F8F8F. Windows color (decimal): -6124430 or 7507106. OLE color: 7507106.
HSL color Cylindrical-coordinate representation of color #A28C72: hue angle of 32.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28C72 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 114 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.36 |
| HSL | 32.5º | 0.21% | 0.54% | - |
| HSV(B) | 32.5º | 0.3% | 0.64% | - |
| XYZ | 27.32 | 27.65 | 19.82 | - |
| YUV | 143.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 114 | 0 | 0.14 | 0.30 | 0.36 | 32.5 | 0.21 | 0.54 |
| Hex | A2 | 8C | 72 | 0 | E | 1E | 24 | 20 | 15 | 36 |
| Octal | 242 | 214 | 162 | 0 | 16 | 36 | 44 | 40 | 25 | 66 |
| Binary | 10100010 | 10001100 | 1110010 | 0 | 1110 | 11110 | 100100 | 100000 | 10101 | 110110 |
Color Harmonies of #A28C72
Complementary color
Monochromatic Colors of #A28C72
Black with #A28C72
Text Example
Text Example
White with #A28C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C72; }
p { color: rgb(162,140,114); }
H1.HeaderClassName
{
color: #A28C72;
}
.AnyTagClassName
{
color: #A28C72;
}
</style>
background-color css
<style>
a { background-color: #A28C72; }
a { background-color: rgb(162,140,114); }
div.DivClassName
{
background-color: #A28C72;
}
.BgClassName
{
background-color: #A28C72;
}
</style>
border-color css
<style>
span { border-color: #A28C72; }
span { border-color: rgb(162,140,114); }
td.TdClassName
{
border-color: #A28C72;
}
.TagClassName
{
border-color: #A28C72;
}
</style>