Shades of Mongoose #A28E7A
Tints of Mongoose #A28E7A
RGB
CMYK
RGB Variations
Color information
#A28E7A (or 0xA28E7A) is known color: Mongoose. HEX triplet: A2, 8E and 7A. RGB value is (162,142,122). Sum of RGB (Red+Green+Blue) = 162+142+122=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E7A is #5D7185. Grayscale: #919191. Windows color (decimal): -6123910 or 8031906. OLE color: 8031906.
HSL color Cylindrical-coordinate representation of color #A28E7A: hue angle of 30º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28E7A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 122 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.36 |
| HSL | 30º | 0.18% | 0.56% | - |
| HSV(B) | 30º | 0.25% | 0.64% | - |
| XYZ | 28.09 | 28.43 | 22.42 | - |
| YUV | 145.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 122 | 0 | 0.12 | 0.25 | 0.36 | 30 | 0.18 | 0.56 |
| Hex | A2 | 8E | 7A | 0 | C | 19 | 24 | 1E | 12 | 38 |
| Octal | 242 | 216 | 172 | 0 | 14 | 31 | 44 | 36 | 22 | 70 |
| Binary | 10100010 | 10001110 | 1111010 | 0 | 1100 | 11001 | 100100 | 11110 | 10010 | 111000 |
Color Harmonies of #A28E7A
Complementary color
Monochromatic Colors of #A28E7A
Black with #A28E7A
Text Example
Text Example
White with #A28E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E7A; }
p { color: rgb(162,142,122); }
H1.HeaderClassName
{
color: #A28E7A;
}
.AnyTagClassName
{
color: #A28E7A;
}
</style>
background-color css
<style>
a { background-color: #A28E7A; }
a { background-color: rgb(162,142,122); }
div.DivClassName
{
background-color: #A28E7A;
}
.BgClassName
{
background-color: #A28E7A;
}
</style>
border-color css
<style>
span { border-color: #A28E7A; }
span { border-color: rgb(162,142,122); }
td.TdClassName
{
border-color: #A28E7A;
}
.TagClassName
{
border-color: #A28E7A;
}
</style>