Shades of Mongoose #AF886B
Tints of Mongoose #AF886B
RGB
CMYK
RGB Variations
Color information
#AF886B (or 0xAF886B) is known color: Mongoose. HEX triplet: AF, 88 and 6B. RGB value is (175,136,107). Sum of RGB (Red+Green+Blue) = 175+136+107=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886B is #507794. Grayscale: #909090. Windows color (decimal): -5273493 or 7047343. OLE color: 7047343.
HSL color Cylindrical-coordinate representation of color #AF886B: hue angle of 25.59º 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 #AF886B is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 107 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.31 |
| HSL | 25.59º | 0.3% | 0.55% | - |
| HSV(B) | 25.59º | 0.39% | 0.69% | - |
| XYZ | 29.14 | 27.78 | 17.74 | - |
| YUV | 144.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 107 | 0 | 0.22 | 0.39 | 0.31 | 25.59 | 0.3 | 0.55 |
| Hex | AF | 88 | 6B | 0 | 16 | 27 | 1F | 1A | 1E | 37 |
| Octal | 257 | 210 | 153 | 0 | 26 | 47 | 37 | 32 | 36 | 67 |
| Binary | 10101111 | 10001000 | 1101011 | 0 | 10110 | 100111 | 11111 | 11010 | 11110 | 110111 |
Color Harmonies of #AF886B
Complementary color
Monochromatic Colors of #AF886B
Black with #AF886B
Text Example
Text Example
White with #AF886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF886B; }
p { color: rgb(175,136,107); }
H1.HeaderClassName
{
color: #AF886B;
}
.AnyTagClassName
{
color: #AF886B;
}
</style>
background-color css
<style>
a { background-color: #AF886B; }
a { background-color: rgb(175,136,107); }
div.DivClassName
{
background-color: #AF886B;
}
.BgClassName
{
background-color: #AF886B;
}
</style>
border-color css
<style>
span { border-color: #AF886B; }
span { border-color: rgb(175,136,107); }
td.TdClassName
{
border-color: #AF886B;
}
.TagClassName
{
border-color: #AF886B;
}
</style>