Shades of Mongoose #AF896F
Tints of Mongoose #AF896F
RGB
CMYK
RGB Variations
Color information
#AF896F (or 0xAF896F) is known color: Mongoose. HEX triplet: AF, 89 and 6F. RGB value is (175,137,111). Sum of RGB (Red+Green+Blue) = 175+137+111=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896F is #507690. Grayscale: #919191. Windows color (decimal): -5273233 or 7309743. OLE color: 7309743.
HSL color Cylindrical-coordinate representation of color #AF896F: hue angle of 24.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF896F is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 111 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.31 |
| HSL | 24.38º | 0.29% | 0.56% | - |
| HSV(B) | 24.38º | 0.37% | 0.69% | - |
| XYZ | 29.49 | 28.15 | 18.92 | - |
| YUV | 145.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 111 | 0 | 0.22 | 0.37 | 0.31 | 24.38 | 0.29 | 0.56 |
| Hex | AF | 89 | 6F | 0 | 16 | 25 | 1F | 18 | 1D | 38 |
| Octal | 257 | 211 | 157 | 0 | 26 | 45 | 37 | 30 | 35 | 70 |
| Binary | 10101111 | 10001001 | 1101111 | 0 | 10110 | 100101 | 11111 | 11000 | 11101 | 111000 |
Color Harmonies of #AF896F
Complementary color
Monochromatic Colors of #AF896F
Black with #AF896F
Text Example
Text Example
White with #AF896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF896F; }
p { color: rgb(175,137,111); }
H1.HeaderClassName
{
color: #AF896F;
}
.AnyTagClassName
{
color: #AF896F;
}
</style>
background-color css
<style>
a { background-color: #AF896F; }
a { background-color: rgb(175,137,111); }
div.DivClassName
{
background-color: #AF896F;
}
.BgClassName
{
background-color: #AF896F;
}
</style>
border-color css
<style>
span { border-color: #AF896F; }
span { border-color: rgb(175,137,111); }
td.TdClassName
{
border-color: #AF896F;
}
.TagClassName
{
border-color: #AF896F;
}
</style>