Shades of Mongoose #AF976E
Tints of Mongoose #AF976E
RGB
CMYK
RGB Variations
Color information
#AF976E (or 0xAF976E) is known color: Mongoose. HEX triplet: AF, 97 and 6E. RGB value is (175,151,110). Sum of RGB (Red+Green+Blue) = 175+151+110=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF976E is #506891. Grayscale: #999999. Windows color (decimal): -5269650 or 7247791. OLE color: 7247791.
HSL color Cylindrical-coordinate representation of color #AF976E: hue angle of 37.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF976E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 110 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.31 |
| HSL | 37.85º | 0.29% | 0.56% | - |
| HSV(B) | 37.85º | 0.37% | 0.69% | - |
| XYZ | 31.56 | 32.37 | 19.34 | - |
| YUV | 153.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 110 | 0 | 0.14 | 0.37 | 0.31 | 37.85 | 0.29 | 0.56 |
| Hex | AF | 97 | 6E | 0 | E | 25 | 1F | 26 | 1D | 38 |
| Octal | 257 | 227 | 156 | 0 | 16 | 45 | 37 | 46 | 35 | 70 |
| Binary | 10101111 | 10010111 | 1101110 | 0 | 1110 | 100101 | 11111 | 100110 | 11101 | 111000 |
Color Harmonies of #AF976E
Complementary color
Monochromatic Colors of #AF976E
Black with #AF976E
Text Example
Text Example
White with #AF976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF976E; }
p { color: rgb(175,151,110); }
H1.HeaderClassName
{
color: #AF976E;
}
.AnyTagClassName
{
color: #AF976E;
}
</style>
background-color css
<style>
a { background-color: #AF976E; }
a { background-color: rgb(175,151,110); }
div.DivClassName
{
background-color: #AF976E;
}
.BgClassName
{
background-color: #AF976E;
}
</style>
border-color css
<style>
span { border-color: #AF976E; }
span { border-color: rgb(175,151,110); }
td.TdClassName
{
border-color: #AF976E;
}
.TagClassName
{
border-color: #AF976E;
}
</style>