Shades of Mongoose #AF8771
Tints of Mongoose #AF8771
RGB
CMYK
RGB Variations
Color information
#AF8771 (or 0xAF8771) is known color: Mongoose. HEX triplet: AF, 87 and 71. RGB value is (175,135,113). Sum of RGB (Red+Green+Blue) = 175+135+113=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8771 is #50788E. Grayscale: #909090. Windows color (decimal): -5273743 or 7440303. OLE color: 7440303.
HSL color Cylindrical-coordinate representation of color #AF8771: hue angle of 21.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8771 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 113 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.31 |
| HSL | 21.29º | 0.28% | 0.56% | - |
| HSV(B) | 21.29º | 0.35% | 0.69% | - |
| XYZ | 29.32 | 27.63 | 19.41 | - |
| YUV | 144.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 113 | 0 | 0.23 | 0.35 | 0.31 | 21.29 | 0.28 | 0.56 |
| Hex | AF | 87 | 71 | 0 | 17 | 23 | 1F | 15 | 1C | 38 |
| Octal | 257 | 207 | 161 | 0 | 27 | 43 | 37 | 25 | 34 | 70 |
| Binary | 10101111 | 10000111 | 1110001 | 0 | 10111 | 100011 | 11111 | 10101 | 11100 | 111000 |
Color Harmonies of #AF8771
Complementary color
Monochromatic Colors of #AF8771
Black with #AF8771
Text Example
Text Example
White with #AF8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8771; }
p { color: rgb(175,135,113); }
H1.HeaderClassName
{
color: #AF8771;
}
.AnyTagClassName
{
color: #AF8771;
}
</style>
background-color css
<style>
a { background-color: #AF8771; }
a { background-color: rgb(175,135,113); }
div.DivClassName
{
background-color: #AF8771;
}
.BgClassName
{
background-color: #AF8771;
}
</style>
border-color css
<style>
span { border-color: #AF8771; }
span { border-color: rgb(175,135,113); }
td.TdClassName
{
border-color: #AF8771;
}
.TagClassName
{
border-color: #AF8771;
}
</style>