Shades of Mongoose #AF8971
Tints of Mongoose #AF8971
RGB
CMYK
RGB Variations
Color information
#AF8971 (or 0xAF8971) is known color: Mongoose. HEX triplet: AF, 89 and 71. RGB value is (175,137,113). Sum of RGB (Red+Green+Blue) = 175+137+113=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8971 is #50768E. Grayscale: #919191. Windows color (decimal): -5273231 or 7440815. OLE color: 7440815.
HSL color Cylindrical-coordinate representation of color #AF8971: hue angle of 23.23º 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 #AF8971 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 113 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.31 |
| HSL | 23.23º | 0.28% | 0.56% | - |
| HSV(B) | 23.23º | 0.35% | 0.69% | - |
| XYZ | 29.61 | 28.2 | 19.51 | - |
| YUV | 145.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 113 | 0 | 0.22 | 0.35 | 0.31 | 23.23 | 0.28 | 0.56 |
| Hex | AF | 89 | 71 | 0 | 16 | 23 | 1F | 17 | 1C | 38 |
| Octal | 257 | 211 | 161 | 0 | 26 | 43 | 37 | 27 | 34 | 70 |
| Binary | 10101111 | 10001001 | 1110001 | 0 | 10110 | 100011 | 11111 | 10111 | 11100 | 111000 |
Color Harmonies of #AF8971
Complementary color
Monochromatic Colors of #AF8971
Black with #AF8971
Text Example
Text Example
White with #AF8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8971; }
p { color: rgb(175,137,113); }
H1.HeaderClassName
{
color: #AF8971;
}
.AnyTagClassName
{
color: #AF8971;
}
</style>
background-color css
<style>
a { background-color: #AF8971; }
a { background-color: rgb(175,137,113); }
div.DivClassName
{
background-color: #AF8971;
}
.BgClassName
{
background-color: #AF8971;
}
</style>
border-color css
<style>
span { border-color: #AF8971; }
span { border-color: rgb(175,137,113); }
td.TdClassName
{
border-color: #AF8971;
}
.TagClassName
{
border-color: #AF8971;
}
</style>