Shades of Mongoose #AF956F
Tints of Mongoose #AF956F
RGB
CMYK
RGB Variations
Color information
#AF956F (or 0xAF956F) is known color: Mongoose. HEX triplet: AF, 95 and 6F. RGB value is (175,149,111). Sum of RGB (Red+Green+Blue) = 175+149+111=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF956F is #506A90. Grayscale: #989898. Windows color (decimal): -5270161 or 7312815. OLE color: 7312815.
HSL color Cylindrical-coordinate representation of color #AF956F: hue angle of 35.62º 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 #AF956F is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 111 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.31 |
| HSL | 35.63º | 0.29% | 0.56% | - |
| HSV(B) | 35.63º | 0.37% | 0.69% | - |
| XYZ | 31.3 | 31.76 | 19.52 | - |
| YUV | 152.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 111 | 0 | 0.15 | 0.37 | 0.31 | 35.63 | 0.29 | 0.56 |
| Hex | AF | 95 | 6F | 0 | F | 25 | 1F | 24 | 1D | 38 |
| Octal | 257 | 225 | 157 | 0 | 17 | 45 | 37 | 44 | 35 | 70 |
| Binary | 10101111 | 10010101 | 1101111 | 0 | 1111 | 100101 | 11111 | 100100 | 11101 | 111000 |
Color Harmonies of #AF956F
Complementary color
Monochromatic Colors of #AF956F
Black with #AF956F
Text Example
Text Example
White with #AF956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF956F; }
p { color: rgb(175,149,111); }
H1.HeaderClassName
{
color: #AF956F;
}
.AnyTagClassName
{
color: #AF956F;
}
</style>
background-color css
<style>
a { background-color: #AF956F; }
a { background-color: rgb(175,149,111); }
div.DivClassName
{
background-color: #AF956F;
}
.BgClassName
{
background-color: #AF956F;
}
</style>
border-color css
<style>
span { border-color: #AF956F; }
span { border-color: rgb(175,149,111); }
td.TdClassName
{
border-color: #AF956F;
}
.TagClassName
{
border-color: #AF956F;
}
</style>