Shades of Mongoose #AF976F
Tints of Mongoose #AF976F
RGB
CMYK
RGB Variations
Color information
#AF976F (or 0xAF976F) is known color: Mongoose. HEX triplet: AF, 97 and 6F. RGB value is (175,151,111). Sum of RGB (Red+Green+Blue) = 175+151+111=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF976F is #506890. Grayscale: #999999. Windows color (decimal): -5269649 or 7313327. OLE color: 7313327.
HSL color Cylindrical-coordinate representation of color #AF976F: hue angle of 37.5º 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 #AF976F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 111 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.31 |
| HSL | 37.5º | 0.29% | 0.56% | - |
| HSV(B) | 37.5º | 0.37% | 0.69% | - |
| XYZ | 31.62 | 32.39 | 19.63 | - |
| YUV | 153.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 111 | 0 | 0.14 | 0.37 | 0.31 | 37.5 | 0.29 | 0.56 |
| Hex | AF | 97 | 6F | 0 | E | 25 | 1F | 26 | 1D | 38 |
| Octal | 257 | 227 | 157 | 0 | 16 | 45 | 37 | 46 | 35 | 70 |
| Binary | 10101111 | 10010111 | 1101111 | 0 | 1110 | 100101 | 11111 | 100110 | 11101 | 111000 |
Color Harmonies of #AF976F
Complementary color
Monochromatic Colors of #AF976F
Black with #AF976F
Text Example
Text Example
White with #AF976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF976F; }
p { color: rgb(175,151,111); }
H1.HeaderClassName
{
color: #AF976F;
}
.AnyTagClassName
{
color: #AF976F;
}
</style>
background-color css
<style>
a { background-color: #AF976F; }
a { background-color: rgb(175,151,111); }
div.DivClassName
{
background-color: #AF976F;
}
.BgClassName
{
background-color: #AF976F;
}
</style>
border-color css
<style>
span { border-color: #AF976F; }
span { border-color: rgb(175,151,111); }
td.TdClassName
{
border-color: #AF976F;
}
.TagClassName
{
border-color: #AF976F;
}
</style>