Shades of Mongoose #AF896D
Tints of Mongoose #AF896D
RGB
CMYK
RGB Variations
Color information
#AF896D (or 0xAF896D) is known color: Mongoose. HEX triplet: AF, 89 and 6D. RGB value is (175,137,109). Sum of RGB (Red+Green+Blue) = 175+137+109=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896D is #507692. Grayscale: #919191. Windows color (decimal): -5273235 or 7178671. OLE color: 7178671.
HSL color Cylindrical-coordinate representation of color #AF896D: hue angle of 25.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF896D is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 109 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.31 |
| HSL | 25.45º | 0.29% | 0.56% | - |
| HSV(B) | 25.45º | 0.38% | 0.69% | - |
| XYZ | 29.39 | 28.11 | 18.34 | - |
| YUV | 145.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 109 | 0 | 0.22 | 0.38 | 0.31 | 25.45 | 0.29 | 0.56 |
| Hex | AF | 89 | 6D | 0 | 16 | 26 | 1F | 19 | 1D | 38 |
| Octal | 257 | 211 | 155 | 0 | 26 | 46 | 37 | 31 | 35 | 70 |
| Binary | 10101111 | 10001001 | 1101101 | 0 | 10110 | 100110 | 11111 | 11001 | 11101 | 111000 |
Color Harmonies of #AF896D
Complementary color
Monochromatic Colors of #AF896D
Black with #AF896D
Text Example
Text Example
White with #AF896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF896D; }
p { color: rgb(175,137,109); }
H1.HeaderClassName
{
color: #AF896D;
}
.AnyTagClassName
{
color: #AF896D;
}
</style>
background-color css
<style>
a { background-color: #AF896D; }
a { background-color: rgb(175,137,109); }
div.DivClassName
{
background-color: #AF896D;
}
.BgClassName
{
background-color: #AF896D;
}
</style>
border-color css
<style>
span { border-color: #AF896D; }
span { border-color: rgb(175,137,109); }
td.TdClassName
{
border-color: #AF896D;
}
.TagClassName
{
border-color: #AF896D;
}
</style>