Shades of Mongoose #AF896C
Tints of Mongoose #AF896C
RGB
CMYK
RGB Variations
Color information
#AF896C (or 0xAF896C) is known color: Mongoose. HEX triplet: AF, 89 and 6C. RGB value is (175,137,108). Sum of RGB (Red+Green+Blue) = 175+137+108=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896C is #507693. Grayscale: #919191. Windows color (decimal): -5273236 or 7113135. OLE color: 7113135.
HSL color Cylindrical-coordinate representation of color #AF896C: hue angle of 25.97º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF896C is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 108 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.31 |
| HSL | 25.97º | 0.3% | 0.55% | - |
| HSV(B) | 25.97º | 0.38% | 0.69% | - |
| XYZ | 29.33 | 28.09 | 18.06 | - |
| YUV | 145.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 108 | 0 | 0.22 | 0.38 | 0.31 | 25.97 | 0.3 | 0.55 |
| Hex | AF | 89 | 6C | 0 | 16 | 26 | 1F | 1A | 1E | 37 |
| Octal | 257 | 211 | 154 | 0 | 26 | 46 | 37 | 32 | 36 | 67 |
| Binary | 10101111 | 10001001 | 1101100 | 0 | 10110 | 100110 | 11111 | 11010 | 11110 | 110111 |
Color Harmonies of #AF896C
Complementary color
Monochromatic Colors of #AF896C
Black with #AF896C
Text Example
Text Example
White with #AF896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF896C; }
p { color: rgb(175,137,108); }
H1.HeaderClassName
{
color: #AF896C;
}
.AnyTagClassName
{
color: #AF896C;
}
</style>
background-color css
<style>
a { background-color: #AF896C; }
a { background-color: rgb(175,137,108); }
div.DivClassName
{
background-color: #AF896C;
}
.BgClassName
{
background-color: #AF896C;
}
</style>
border-color css
<style>
span { border-color: #AF896C; }
span { border-color: rgb(175,137,108); }
td.TdClassName
{
border-color: #AF896C;
}
.TagClassName
{
border-color: #AF896C;
}
</style>