Shades of Mongoose #AF896A
Tints of Mongoose #AF896A
RGB
CMYK
RGB Variations
Color information
#AF896A (or 0xAF896A) is known color: Mongoose. HEX triplet: AF, 89 and 6A. RGB value is (175,137,106). Sum of RGB (Red+Green+Blue) = 175+137+106=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF896A is #507695. Grayscale: #909090. Windows color (decimal): -5273238 or 6982063. OLE color: 6982063.
HSL color Cylindrical-coordinate representation of color #AF896A: hue angle of 26.96º 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 #AF896A is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 106 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.31 |
| HSL | 26.96º | 0.3% | 0.55% | - |
| HSV(B) | 26.96º | 0.39% | 0.69% | - |
| XYZ | 29.23 | 28.05 | 17.51 | - |
| YUV | 144.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 106 | 0 | 0.22 | 0.39 | 0.31 | 26.96 | 0.3 | 0.55 |
| Hex | AF | 89 | 6A | 0 | 16 | 27 | 1F | 1B | 1E | 37 |
| Octal | 257 | 211 | 152 | 0 | 26 | 47 | 37 | 33 | 36 | 67 |
| Binary | 10101111 | 10001001 | 1101010 | 0 | 10110 | 100111 | 11111 | 11011 | 11110 | 110111 |
Color Harmonies of #AF896A
Complementary color
Monochromatic Colors of #AF896A
Black with #AF896A
Text Example
Text Example
White with #AF896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF896A; }
p { color: rgb(175,137,106); }
H1.HeaderClassName
{
color: #AF896A;
}
.AnyTagClassName
{
color: #AF896A;
}
</style>
background-color css
<style>
a { background-color: #AF896A; }
a { background-color: rgb(175,137,106); }
div.DivClassName
{
background-color: #AF896A;
}
.BgClassName
{
background-color: #AF896A;
}
</style>
border-color css
<style>
span { border-color: #AF896A; }
span { border-color: rgb(175,137,106); }
td.TdClassName
{
border-color: #AF896A;
}
.TagClassName
{
border-color: #AF896A;
}
</style>