Shades of Mongoose #A88F74
Tints of Mongoose #A88F74
RGB
CMYK
RGB Variations
Color information
#A88F74 (or 0xA88F74) is known color: Mongoose. HEX triplet: A8, 8F and 74. RGB value is (168,143,116). Sum of RGB (Red+Green+Blue) = 168+143+116=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F74 is #57708B. Grayscale: #939393. Windows color (decimal): -5730444 or 7638952. OLE color: 7638952.
HSL color Cylindrical-coordinate representation of color #A88F74: hue angle of 31.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88F74 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 143 | 116 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.34 |
| HSL | 31.15º | 0.23% | 0.56% | - |
| HSV(B) | 31.15º | 0.31% | 0.66% | - |
| XYZ | 29.12 | 29.23 | 20.63 | - |
| YUV | 147.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 116 | 0 | 0.15 | 0.31 | 0.34 | 31.15 | 0.23 | 0.56 |
| Hex | A8 | 8F | 74 | 0 | F | 1F | 22 | 1F | 17 | 38 |
| Octal | 250 | 217 | 164 | 0 | 17 | 37 | 42 | 37 | 27 | 70 |
| Binary | 10101000 | 10001111 | 1110100 | 0 | 1111 | 11111 | 100010 | 11111 | 10111 | 111000 |
Color Harmonies of #A88F74
Complementary color
Monochromatic Colors of #A88F74
Black with #A88F74
Text Example
Text Example
White with #A88F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88F74; }
p { color: rgb(168,143,116); }
H1.HeaderClassName
{
color: #A88F74;
}
.AnyTagClassName
{
color: #A88F74;
}
</style>
background-color css
<style>
a { background-color: #A88F74; }
a { background-color: rgb(168,143,116); }
div.DivClassName
{
background-color: #A88F74;
}
.BgClassName
{
background-color: #A88F74;
}
</style>
border-color css
<style>
span { border-color: #A88F74; }
span { border-color: rgb(168,143,116); }
td.TdClassName
{
border-color: #A88F74;
}
.TagClassName
{
border-color: #A88F74;
}
</style>