Shades of Mongoose #AF896B
Tints of Mongoose #AF896B
RGB
CMYK
RGB Variations
Color information
#AF896B (or 0xAF896B) is known color: Mongoose. HEX triplet: AF, 89 and 6B. RGB value is (175,137,107). Sum of RGB (Red+Green+Blue) = 175+137+107=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896B is #507694. Grayscale: #919191. Windows color (decimal): -5273237 or 7047599. OLE color: 7047599.
HSL color Cylindrical-coordinate representation of color #AF896B: hue angle of 26.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF896B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 107 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.31 |
| HSL | 26.47º | 0.3% | 0.55% | - |
| HSV(B) | 26.47º | 0.39% | 0.69% | - |
| XYZ | 29.28 | 28.07 | 17.78 | - |
| YUV | 144.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 107 | 0 | 0.22 | 0.39 | 0.31 | 26.47 | 0.3 | 0.55 |
| Hex | AF | 89 | 6B | 0 | 16 | 27 | 1F | 1A | 1E | 37 |
| Octal | 257 | 211 | 153 | 0 | 26 | 47 | 37 | 32 | 36 | 67 |
| Binary | 10101111 | 10001001 | 1101011 | 0 | 10110 | 100111 | 11111 | 11010 | 11110 | 110111 |
Color Harmonies of #AF896B
Complementary color
Monochromatic Colors of #AF896B
Black with #AF896B
Text Example
Text Example
White with #AF896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF896B; }
p { color: rgb(175,137,107); }
H1.HeaderClassName
{
color: #AF896B;
}
.AnyTagClassName
{
color: #AF896B;
}
</style>
background-color css
<style>
a { background-color: #AF896B; }
a { background-color: rgb(175,137,107); }
div.DivClassName
{
background-color: #AF896B;
}
.BgClassName
{
background-color: #AF896B;
}
</style>
border-color css
<style>
span { border-color: #AF896B; }
span { border-color: rgb(175,137,107); }
td.TdClassName
{
border-color: #AF896B;
}
.TagClassName
{
border-color: #AF896B;
}
</style>