Shades of Mongoose #A28C70
Tints of Mongoose #A28C70
RGB
CMYK
RGB Variations
Color information
#A28C70 (or 0xA28C70) is known color: Mongoose. HEX triplet: A2, 8C and 70. RGB value is (162,140,112). Sum of RGB (Red+Green+Blue) = 162+140+112=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C70 is #5D738F. Grayscale: #8F8F8F. Windows color (decimal): -6124432 or 7376034. OLE color: 7376034.
HSL color Cylindrical-coordinate representation of color #A28C70: hue angle of 33.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28C70 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 112 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.36 |
| HSL | 33.6º | 0.21% | 0.54% | - |
| HSV(B) | 33.6º | 0.31% | 0.64% | - |
| XYZ | 27.2 | 27.61 | 19.22 | - |
| YUV | 143.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 112 | 0 | 0.14 | 0.31 | 0.36 | 33.6 | 0.21 | 0.54 |
| Hex | A2 | 8C | 70 | 0 | E | 1F | 24 | 22 | 15 | 36 |
| Octal | 242 | 214 | 160 | 0 | 16 | 37 | 44 | 42 | 25 | 66 |
| Binary | 10100010 | 10001100 | 1110000 | 0 | 1110 | 11111 | 100100 | 100010 | 10101 | 110110 |
Color Harmonies of #A28C70
Complementary color
Monochromatic Colors of #A28C70
Black with #A28C70
Text Example
Text Example
White with #A28C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C70; }
p { color: rgb(162,140,112); }
H1.HeaderClassName
{
color: #A28C70;
}
.AnyTagClassName
{
color: #A28C70;
}
</style>
background-color css
<style>
a { background-color: #A28C70; }
a { background-color: rgb(162,140,112); }
div.DivClassName
{
background-color: #A28C70;
}
.BgClassName
{
background-color: #A28C70;
}
</style>
border-color css
<style>
span { border-color: #A28C70; }
span { border-color: rgb(162,140,112); }
td.TdClassName
{
border-color: #A28C70;
}
.TagClassName
{
border-color: #A28C70;
}
</style>