Shades of Mongoose #A28C6A
Tints of Mongoose #A28C6A
RGB
CMYK
RGB Variations
Color information
#A28C6A (or 0xA28C6A) is known color: Mongoose. HEX triplet: A2, 8C and 6A. RGB value is (162,140,106). Sum of RGB (Red+Green+Blue) = 162+140+106=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C6A is #5D7395. Grayscale: #8E8E8E. Windows color (decimal): -6124438 or 6982818. OLE color: 6982818.
HSL color Cylindrical-coordinate representation of color #A28C6A: hue angle of 36.43º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28C6A is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 106 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.36 |
| HSL | 36.43º | 0.23% | 0.53% | - |
| HSV(B) | 36.43º | 0.35% | 0.64% | - |
| XYZ | 26.88 | 27.48 | 17.52 | - |
| YUV | 142.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 106 | 0 | 0.14 | 0.35 | 0.36 | 36.43 | 0.23 | 0.53 |
| Hex | A2 | 8C | 6A | 0 | E | 23 | 24 | 24 | 17 | 35 |
| Octal | 242 | 214 | 152 | 0 | 16 | 43 | 44 | 44 | 27 | 65 |
| Binary | 10100010 | 10001100 | 1101010 | 0 | 1110 | 100011 | 100100 | 100100 | 10111 | 110101 |
Color Harmonies of #A28C6A
Complementary color
Monochromatic Colors of #A28C6A
Black with #A28C6A
Text Example
Text Example
White with #A28C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C6A; }
p { color: rgb(162,140,106); }
H1.HeaderClassName
{
color: #A28C6A;
}
.AnyTagClassName
{
color: #A28C6A;
}
</style>
background-color css
<style>
a { background-color: #A28C6A; }
a { background-color: rgb(162,140,106); }
div.DivClassName
{
background-color: #A28C6A;
}
.BgClassName
{
background-color: #A28C6A;
}
</style>
border-color css
<style>
span { border-color: #A28C6A; }
span { border-color: rgb(162,140,106); }
td.TdClassName
{
border-color: #A28C6A;
}
.TagClassName
{
border-color: #A28C6A;
}
</style>