Shades of Mongoose #A89074
Tints of Mongoose #A89074
RGB
CMYK
RGB Variations
Color information
#A89074 (or 0xA89074) is known color: Mongoose. HEX triplet: A8, 90 and 74. RGB value is (168,144,116). Sum of RGB (Red+Green+Blue) = 168+144+116=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A89074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89074 is #576F8B. Grayscale: #949494. Windows color (decimal): -5730188 or 7639208. OLE color: 7639208.
HSL color Cylindrical-coordinate representation of color #A89074: hue angle of 32.31º 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 #A89074 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 116 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.34 |
| HSL | 32.31º | 0.23% | 0.56% | - |
| HSV(B) | 32.31º | 0.31% | 0.66% | - |
| XYZ | 29.27 | 29.53 | 20.68 | - |
| YUV | 147.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 116 | 0 | 0.14 | 0.31 | 0.34 | 32.31 | 0.23 | 0.56 |
| Hex | A8 | 90 | 74 | 0 | E | 1F | 22 | 20 | 17 | 38 |
| Octal | 250 | 220 | 164 | 0 | 16 | 37 | 42 | 40 | 27 | 70 |
| Binary | 10101000 | 10010000 | 1110100 | 0 | 1110 | 11111 | 100010 | 100000 | 10111 | 111000 |
Color Harmonies of #A89074
Complementary color
Monochromatic Colors of #A89074
Black with #A89074
Text Example
Text Example
White with #A89074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89074; }
p { color: rgb(168,144,116); }
H1.HeaderClassName
{
color: #A89074;
}
.AnyTagClassName
{
color: #A89074;
}
</style>
background-color css
<style>
a { background-color: #A89074; }
a { background-color: rgb(168,144,116); }
div.DivClassName
{
background-color: #A89074;
}
.BgClassName
{
background-color: #A89074;
}
</style>
border-color css
<style>
span { border-color: #A89074; }
span { border-color: rgb(168,144,116); }
td.TdClassName
{
border-color: #A89074;
}
.TagClassName
{
border-color: #A89074;
}
</style>