Shades of Mongoose #AF8E70
Tints of Mongoose #AF8E70
RGB
CMYK
RGB Variations
Color information
#AF8E70 (or 0xAF8E70) is known color: Mongoose. HEX triplet: AF, 8E and 70. RGB value is (175,142,112). Sum of RGB (Red+Green+Blue) = 175+142+112=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E70 is #50718F. Grayscale: #949494. Windows color (decimal): -5271952 or 7376559. OLE color: 7376559.
HSL color Cylindrical-coordinate representation of color #AF8E70: hue angle of 28.57º 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 #AF8E70 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 112 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.31 |
| HSL | 28.57º | 0.28% | 0.56% | - |
| HSV(B) | 28.57º | 0.36% | 0.69% | - |
| XYZ | 30.28 | 29.63 | 19.45 | - |
| YUV | 148.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 112 | 0 | 0.19 | 0.36 | 0.31 | 28.57 | 0.28 | 0.56 |
| Hex | AF | 8E | 70 | 0 | 13 | 24 | 1F | 1D | 1C | 38 |
| Octal | 257 | 216 | 160 | 0 | 23 | 44 | 37 | 35 | 34 | 70 |
| Binary | 10101111 | 10001110 | 1110000 | 0 | 10011 | 100100 | 11111 | 11101 | 11100 | 111000 |
Color Harmonies of #AF8E70
Complementary color
Monochromatic Colors of #AF8E70
Black with #AF8E70
Text Example
Text Example
White with #AF8E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E70; }
p { color: rgb(175,142,112); }
H1.HeaderClassName
{
color: #AF8E70;
}
.AnyTagClassName
{
color: #AF8E70;
}
</style>
background-color css
<style>
a { background-color: #AF8E70; }
a { background-color: rgb(175,142,112); }
div.DivClassName
{
background-color: #AF8E70;
}
.BgClassName
{
background-color: #AF8E70;
}
</style>
border-color css
<style>
span { border-color: #AF8E70; }
span { border-color: rgb(175,142,112); }
td.TdClassName
{
border-color: #AF8E70;
}
.TagClassName
{
border-color: #AF8E70;
}
</style>