Shades of Mongoose #AF8970
Tints of Mongoose #AF8970
RGB
CMYK
RGB Variations
Color information
#AF8970 (or 0xAF8970) is known color: Mongoose. HEX triplet: AF, 89 and 70. RGB value is (175,137,112). Sum of RGB (Red+Green+Blue) = 175+137+112=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8970 is #50768F. Grayscale: #919191. Windows color (decimal): -5273232 or 7375279. OLE color: 7375279.
HSL color Cylindrical-coordinate representation of color #AF8970: hue angle of 23.81º 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 #AF8970 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 112 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.31 |
| HSL | 23.81º | 0.28% | 0.56% | - |
| HSV(B) | 23.81º | 0.36% | 0.69% | - |
| XYZ | 29.55 | 28.18 | 19.21 | - |
| YUV | 145.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 112 | 0 | 0.22 | 0.36 | 0.31 | 23.81 | 0.28 | 0.56 |
| Hex | AF | 89 | 70 | 0 | 16 | 24 | 1F | 18 | 1C | 38 |
| Octal | 257 | 211 | 160 | 0 | 26 | 44 | 37 | 30 | 34 | 70 |
| Binary | 10101111 | 10001001 | 1110000 | 0 | 10110 | 100100 | 11111 | 11000 | 11100 | 111000 |
Color Harmonies of #AF8970
Complementary color
Monochromatic Colors of #AF8970
Black with #AF8970
Text Example
Text Example
White with #AF8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8970; }
p { color: rgb(175,137,112); }
H1.HeaderClassName
{
color: #AF8970;
}
.AnyTagClassName
{
color: #AF8970;
}
</style>
background-color css
<style>
a { background-color: #AF8970; }
a { background-color: rgb(175,137,112); }
div.DivClassName
{
background-color: #AF8970;
}
.BgClassName
{
background-color: #AF8970;
}
</style>
border-color css
<style>
span { border-color: #AF8970; }
span { border-color: rgb(175,137,112); }
td.TdClassName
{
border-color: #AF8970;
}
.TagClassName
{
border-color: #AF8970;
}
</style>