Shades of Mongoose #A08E7B
Tints of Mongoose #A08E7B
RGB
CMYK
RGB Variations
Color information
#A08E7B (or 0xA08E7B) is known color: Mongoose. HEX triplet: A0, 8E and 7B. RGB value is (160,142,123). Sum of RGB (Red+Green+Blue) = 160+142+123=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E7B is #5F7184. Grayscale: #919191. Windows color (decimal): -6254981 or 8097440. OLE color: 8097440.
HSL color Cylindrical-coordinate representation of color #A08E7B: hue angle of 30.81º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A08E7B is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 142 | 123 | - |
CMYK | 0 | 0.11 | 0.23 | 0.37 |
HSL | 30.81º | 0.16% | 0.55% | - |
HSV(B) | 30.81º | 0.23% | 0.63% | - |
XYZ | 27.75 | 28.25 | 22.73 | - |
YUV | 145.22 | 115.46 | 138.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 142 | 123 | 0 | 0.11 | 0.23 | 0.37 | 30.81 | 0.16 | 0.55 |
Hex | A0 | 8E | 7B | 0 | B | 17 | 25 | 1F | 10 | 37 |
Octal | 240 | 216 | 173 | 0 | 13 | 27 | 45 | 37 | 20 | 67 |
Binary | 10100000 | 10001110 | 1111011 | 0 | 1011 | 10111 | 100101 | 11111 | 10000 | 110111 |
Color Harmonies of #A08E7B
Complementary color
Monochromatic Colors of #A08E7B
Black with #A08E7B
Text Example
Text Example
White with #A08E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E7B; }
p { color: rgb(160,142,123); }
H1.HeaderClassName
{
color: #A08E7B;
}
.AnyTagClassName
{
color: #A08E7B;
}
</style>
background-color css
<style>
a { background-color: #A08E7B; }
a { background-color: rgb(160,142,123); }
div.DivClassName
{
background-color: #A08E7B;
}
.BgClassName
{
background-color: #A08E7B;
}
</style>
border-color css
<style>
span { border-color: #A08E7B; }
span { border-color: rgb(160,142,123); }
td.TdClassName
{
border-color: #A08E7B;
}
.TagClassName
{
border-color: #A08E7B;
}
</style>