Shades of Mongoose #A79169
Tints of Mongoose #A79169
RGB
CMYK
RGB Variations
Color information
#A79169 (or 0xA79169) is known color: Mongoose. HEX triplet: A7, 91 and 69. RGB value is (167,145,105). Sum of RGB (Red+Green+Blue) = 167+145+105=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A79169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79169 is #586E96. Grayscale: #939393. Windows color (decimal): -5795479 or 6918567. OLE color: 6918567.
HSL color Cylindrical-coordinate representation of color #A79169: hue angle of 38.71º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A79169 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 105 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.35 |
| HSL | 38.71º | 0.26% | 0.53% | - |
| HSV(B) | 38.71º | 0.37% | 0.65% | - |
| XYZ | 28.61 | 29.49 | 17.55 | - |
| YUV | 147.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 105 | 0 | 0.13 | 0.37 | 0.35 | 38.71 | 0.26 | 0.53 |
| Hex | A7 | 91 | 69 | 0 | D | 25 | 23 | 27 | 1A | 35 |
| Octal | 247 | 221 | 151 | 0 | 15 | 45 | 43 | 47 | 32 | 65 |
| Binary | 10100111 | 10010001 | 1101001 | 0 | 1101 | 100101 | 100011 | 100111 | 11010 | 110101 |
Color Harmonies of #A79169
Complementary color
Monochromatic Colors of #A79169
Black with #A79169
Text Example
Text Example
White with #A79169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79169; }
p { color: rgb(167,145,105); }
H1.HeaderClassName
{
color: #A79169;
}
.AnyTagClassName
{
color: #A79169;
}
</style>
background-color css
<style>
a { background-color: #A79169; }
a { background-color: rgb(167,145,105); }
div.DivClassName
{
background-color: #A79169;
}
.BgClassName
{
background-color: #A79169;
}
</style>
border-color css
<style>
span { border-color: #A79169; }
span { border-color: rgb(167,145,105); }
td.TdClassName
{
border-color: #A79169;
}
.TagClassName
{
border-color: #A79169;
}
</style>