Shades of Mongoose #AF8C71
Tints of Mongoose #AF8C71
RGB
CMYK
RGB Variations
Color information
#AF8C71 (or 0xAF8C71) is known color: Mongoose. HEX triplet: AF, 8C and 71. RGB value is (175,140,113). Sum of RGB (Red+Green+Blue) = 175+140+113=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C71 is #50738E. Grayscale: #939393. Windows color (decimal): -5272463 or 7441583. OLE color: 7441583.
HSL color Cylindrical-coordinate representation of color #AF8C71: hue angle of 26.13º 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 #AF8C71 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 113 | - |
| CMYK | 0 | 0.2 | 0.35 | 0.31 |
| HSL | 26.13º | 0.28% | 0.56% | - |
| HSV(B) | 26.13º | 0.35% | 0.69% | - |
| XYZ | 30.04 | 29.06 | 19.65 | - |
| YUV | 147.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 113 | 0 | 0.2 | 0.35 | 0.31 | 26.13 | 0.28 | 0.56 |
| Hex | AF | 8C | 71 | 0 | 14 | 23 | 1F | 1A | 1C | 38 |
| Octal | 257 | 214 | 161 | 0 | 24 | 43 | 37 | 32 | 34 | 70 |
| Binary | 10101111 | 10001100 | 1110001 | 0 | 10100 | 100011 | 11111 | 11010 | 11100 | 111000 |
Color Harmonies of #AF8C71
Complementary color
Monochromatic Colors of #AF8C71
Black with #AF8C71
Text Example
Text Example
White with #AF8C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C71; }
p { color: rgb(175,140,113); }
H1.HeaderClassName
{
color: #AF8C71;
}
.AnyTagClassName
{
color: #AF8C71;
}
</style>
background-color css
<style>
a { background-color: #AF8C71; }
a { background-color: rgb(175,140,113); }
div.DivClassName
{
background-color: #AF8C71;
}
.BgClassName
{
background-color: #AF8C71;
}
</style>
border-color css
<style>
span { border-color: #AF8C71; }
span { border-color: rgb(175,140,113); }
td.TdClassName
{
border-color: #AF8C71;
}
.TagClassName
{
border-color: #AF8C71;
}
</style>