Shades of Mongoose #AF8D70
Tints of Mongoose #AF8D70
RGB
CMYK
RGB Variations
Color information
#AF8D70 (or 0xAF8D70) is known color: Mongoose. HEX triplet: AF, 8D and 70. RGB value is (175,141,112). Sum of RGB (Red+Green+Blue) = 175+141+112=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D70 is #50728F. Grayscale: #949494. Windows color (decimal): -5272208 or 7376303. OLE color: 7376303.
HSL color Cylindrical-coordinate representation of color #AF8D70: hue angle of 27.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8D70 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 112 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.31 |
| HSL | 27.62º | 0.28% | 0.56% | - |
| HSV(B) | 27.62º | 0.36% | 0.69% | - |
| XYZ | 30.13 | 29.33 | 19.4 | - |
| YUV | 147.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 112 | 0 | 0.19 | 0.36 | 0.31 | 27.62 | 0.28 | 0.56 |
| Hex | AF | 8D | 70 | 0 | 13 | 24 | 1F | 1C | 1C | 38 |
| Octal | 257 | 215 | 160 | 0 | 23 | 44 | 37 | 34 | 34 | 70 |
| Binary | 10101111 | 10001101 | 1110000 | 0 | 10011 | 100100 | 11111 | 11100 | 11100 | 111000 |
Color Harmonies of #AF8D70
Complementary color
Monochromatic Colors of #AF8D70
Black with #AF8D70
Text Example
Text Example
White with #AF8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D70; }
p { color: rgb(175,141,112); }
H1.HeaderClassName
{
color: #AF8D70;
}
.AnyTagClassName
{
color: #AF8D70;
}
</style>
background-color css
<style>
a { background-color: #AF8D70; }
a { background-color: rgb(175,141,112); }
div.DivClassName
{
background-color: #AF8D70;
}
.BgClassName
{
background-color: #AF8D70;
}
</style>
border-color css
<style>
span { border-color: #AF8D70; }
span { border-color: rgb(175,141,112); }
td.TdClassName
{
border-color: #AF8D70;
}
.TagClassName
{
border-color: #AF8D70;
}
</style>