Shades of Mongoose #AF9471
Tints of Mongoose #AF9471
RGB
CMYK
RGB Variations
Color information
#AF9471 (or 0xAF9471) is known color: Mongoose. HEX triplet: AF, 94 and 71. RGB value is (175,148,113). Sum of RGB (Red+Green+Blue) = 175+148+113=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9471 is #506B8E. Grayscale: #989898. Windows color (decimal): -5270415 or 7443631. OLE color: 7443631.
HSL color Cylindrical-coordinate representation of color #AF9471: hue angle of 33.87º 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 #AF9471 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 113 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.31 |
| HSL | 33.87º | 0.28% | 0.56% | - |
| HSV(B) | 33.87º | 0.35% | 0.69% | - |
| XYZ | 31.25 | 31.49 | 20.05 | - |
| YUV | 152.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 113 | 0 | 0.15 | 0.35 | 0.31 | 33.87 | 0.28 | 0.56 |
| Hex | AF | 94 | 71 | 0 | F | 23 | 1F | 22 | 1C | 38 |
| Octal | 257 | 224 | 161 | 0 | 17 | 43 | 37 | 42 | 34 | 70 |
| Binary | 10101111 | 10010100 | 1110001 | 0 | 1111 | 100011 | 11111 | 100010 | 11100 | 111000 |
Color Harmonies of #AF9471
Complementary color
Monochromatic Colors of #AF9471
Black with #AF9471
Text Example
Text Example
White with #AF9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9471; }
p { color: rgb(175,148,113); }
H1.HeaderClassName
{
color: #AF9471;
}
.AnyTagClassName
{
color: #AF9471;
}
</style>
background-color css
<style>
a { background-color: #AF9471; }
a { background-color: rgb(175,148,113); }
div.DivClassName
{
background-color: #AF9471;
}
.BgClassName
{
background-color: #AF9471;
}
</style>
border-color css
<style>
span { border-color: #AF9471; }
span { border-color: rgb(175,148,113); }
td.TdClassName
{
border-color: #AF9471;
}
.TagClassName
{
border-color: #AF9471;
}
</style>