Shades of Mongoose #A79175
Tints of Mongoose #A79175
RGB
CMYK
RGB Variations
Color information
#A79175 (or 0xA79175) is known color: Mongoose. HEX triplet: A7, 91 and 75. RGB value is (167,145,117). Sum of RGB (Red+Green+Blue) = 167+145+117=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A79175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79175 is #586E8A. Grayscale: #949494. Windows color (decimal): -5795467 or 7704999. OLE color: 7704999.
HSL color Cylindrical-coordinate representation of color #A79175: hue angle of 33.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A79175 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 117 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.35 |
| HSL | 33.6º | 0.22% | 0.56% | - |
| HSV(B) | 33.6º | 0.3% | 0.65% | - |
| XYZ | 29.27 | 29.75 | 21.03 | - |
| YUV | 148.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 117 | 0 | 0.13 | 0.30 | 0.35 | 33.6 | 0.22 | 0.56 |
| Hex | A7 | 91 | 75 | 0 | D | 1E | 23 | 22 | 16 | 38 |
| Octal | 247 | 221 | 165 | 0 | 15 | 36 | 43 | 42 | 26 | 70 |
| Binary | 10100111 | 10010001 | 1110101 | 0 | 1101 | 11110 | 100011 | 100010 | 10110 | 111000 |
Color Harmonies of #A79175
Complementary color
Monochromatic Colors of #A79175
Black with #A79175
Text Example
Text Example
White with #A79175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79175; }
p { color: rgb(167,145,117); }
H1.HeaderClassName
{
color: #A79175;
}
.AnyTagClassName
{
color: #A79175;
}
</style>
background-color css
<style>
a { background-color: #A79175; }
a { background-color: rgb(167,145,117); }
div.DivClassName
{
background-color: #A79175;
}
.BgClassName
{
background-color: #A79175;
}
</style>
border-color css
<style>
span { border-color: #A79175; }
span { border-color: rgb(167,145,117); }
td.TdClassName
{
border-color: #A79175;
}
.TagClassName
{
border-color: #A79175;
}
</style>