Shades of Mongoose #AF976D
Tints of Mongoose #AF976D
RGB
CMYK
RGB Variations
Color information
#AF976D (or 0xAF976D) is known color: Mongoose. HEX triplet: AF, 97 and 6D. RGB value is (175,151,109). Sum of RGB (Red+Green+Blue) = 175+151+109=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF976D is #506892. Grayscale: #999999. Windows color (decimal): -5269651 or 7182255. OLE color: 7182255.
HSL color Cylindrical-coordinate representation of color #AF976D: hue angle of 38.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF976D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 109 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.31 |
| HSL | 38.18º | 0.29% | 0.56% | - |
| HSV(B) | 38.18º | 0.38% | 0.69% | - |
| XYZ | 31.51 | 32.35 | 19.05 | - |
| YUV | 153.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 109 | 0 | 0.14 | 0.38 | 0.31 | 38.18 | 0.29 | 0.56 |
| Hex | AF | 97 | 6D | 0 | E | 26 | 1F | 26 | 1D | 38 |
| Octal | 257 | 227 | 155 | 0 | 16 | 46 | 37 | 46 | 35 | 70 |
| Binary | 10101111 | 10010111 | 1101101 | 0 | 1110 | 100110 | 11111 | 100110 | 11101 | 111000 |
Color Harmonies of #AF976D
Complementary color
Monochromatic Colors of #AF976D
Black with #AF976D
Text Example
Text Example
White with #AF976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF976D; }
p { color: rgb(175,151,109); }
H1.HeaderClassName
{
color: #AF976D;
}
.AnyTagClassName
{
color: #AF976D;
}
</style>
background-color css
<style>
a { background-color: #AF976D; }
a { background-color: rgb(175,151,109); }
div.DivClassName
{
background-color: #AF976D;
}
.BgClassName
{
background-color: #AF976D;
}
</style>
border-color css
<style>
span { border-color: #AF976D; }
span { border-color: rgb(175,151,109); }
td.TdClassName
{
border-color: #AF976D;
}
.TagClassName
{
border-color: #AF976D;
}
</style>