Shades of Mongoose #AF8871
Tints of Mongoose #AF8871
RGB
CMYK
RGB Variations
Color information
#AF8871 (or 0xAF8871) is known color: Mongoose. HEX triplet: AF, 88 and 71. RGB value is (175,136,113). Sum of RGB (Red+Green+Blue) = 175+136+113=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8871 is #50778E. Grayscale: #919191. Windows color (decimal): -5273487 or 7440559. OLE color: 7440559.
HSL color Cylindrical-coordinate representation of color #AF8871: hue angle of 22.26º 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 #AF8871 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 113 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.31 |
| HSL | 22.26º | 0.28% | 0.56% | - |
| HSV(B) | 22.26º | 0.35% | 0.69% | - |
| XYZ | 29.46 | 27.91 | 19.46 | - |
| YUV | 145.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 113 | 0 | 0.22 | 0.35 | 0.31 | 22.26 | 0.28 | 0.56 |
| Hex | AF | 88 | 71 | 0 | 16 | 23 | 1F | 16 | 1C | 38 |
| Octal | 257 | 210 | 161 | 0 | 26 | 43 | 37 | 26 | 34 | 70 |
| Binary | 10101111 | 10001000 | 1110001 | 0 | 10110 | 100011 | 11111 | 10110 | 11100 | 111000 |
Color Harmonies of #AF8871
Complementary color
Monochromatic Colors of #AF8871
Black with #AF8871
Text Example
Text Example
White with #AF8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8871; }
p { color: rgb(175,136,113); }
H1.HeaderClassName
{
color: #AF8871;
}
.AnyTagClassName
{
color: #AF8871;
}
</style>
background-color css
<style>
a { background-color: #AF8871; }
a { background-color: rgb(175,136,113); }
div.DivClassName
{
background-color: #AF8871;
}
.BgClassName
{
background-color: #AF8871;
}
</style>
border-color css
<style>
span { border-color: #AF8871; }
span { border-color: rgb(175,136,113); }
td.TdClassName
{
border-color: #AF8871;
}
.TagClassName
{
border-color: #AF8871;
}
</style>