Shades of Mongoose #AF926F
Tints of Mongoose #AF926F
RGB
CMYK
RGB Variations
Color information
#AF926F (or 0xAF926F) is known color: Mongoose. HEX triplet: AF, 92 and 6F. RGB value is (175,146,111). Sum of RGB (Red+Green+Blue) = 175+146+111=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF926F is #506D90. Grayscale: #969696. Windows color (decimal): -5270929 or 7312047. OLE color: 7312047.
HSL color Cylindrical-coordinate representation of color #AF926F: hue angle of 32.81º 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 #AF926F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 111 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.31 |
| HSL | 32.81º | 0.29% | 0.56% | - |
| HSV(B) | 32.81º | 0.37% | 0.69% | - |
| XYZ | 30.83 | 30.82 | 19.36 | - |
| YUV | 150.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 111 | 0 | 0.17 | 0.37 | 0.31 | 32.81 | 0.29 | 0.56 |
| Hex | AF | 92 | 6F | 0 | 11 | 25 | 1F | 21 | 1D | 38 |
| Octal | 257 | 222 | 157 | 0 | 21 | 45 | 37 | 41 | 35 | 70 |
| Binary | 10101111 | 10010010 | 1101111 | 0 | 10001 | 100101 | 11111 | 100001 | 11101 | 111000 |
Color Harmonies of #AF926F
Complementary color
Monochromatic Colors of #AF926F
Black with #AF926F
Text Example
Text Example
White with #AF926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF926F; }
p { color: rgb(175,146,111); }
H1.HeaderClassName
{
color: #AF926F;
}
.AnyTagClassName
{
color: #AF926F;
}
</style>
background-color css
<style>
a { background-color: #AF926F; }
a { background-color: rgb(175,146,111); }
div.DivClassName
{
background-color: #AF926F;
}
.BgClassName
{
background-color: #AF926F;
}
</style>
border-color css
<style>
span { border-color: #AF926F; }
span { border-color: rgb(175,146,111); }
td.TdClassName
{
border-color: #AF926F;
}
.TagClassName
{
border-color: #AF926F;
}
</style>