Shades of Mongoose #AF966D
Tints of Mongoose #AF966D
RGB
CMYK
RGB Variations
Color information
#AF966D (or 0xAF966D) is known color: Mongoose. HEX triplet: AF, 96 and 6D. RGB value is (175,150,109). Sum of RGB (Red+Green+Blue) = 175+150+109=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF966D is #506992. Grayscale: #989898. Windows color (decimal): -5269907 or 7181999. OLE color: 7181999.
HSL color Cylindrical-coordinate representation of color #AF966D: hue angle of 37.27º 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 #AF966D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 109 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.31 |
| HSL | 37.27º | 0.29% | 0.56% | - |
| HSV(B) | 37.27º | 0.38% | 0.69% | - |
| XYZ | 31.35 | 32.03 | 19 | - |
| YUV | 152.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 109 | 0 | 0.14 | 0.38 | 0.31 | 37.27 | 0.29 | 0.56 |
| Hex | AF | 96 | 6D | 0 | E | 26 | 1F | 25 | 1D | 38 |
| Octal | 257 | 226 | 155 | 0 | 16 | 46 | 37 | 45 | 35 | 70 |
| Binary | 10101111 | 10010110 | 1101101 | 0 | 1110 | 100110 | 11111 | 100101 | 11101 | 111000 |
Color Harmonies of #AF966D
Complementary color
Monochromatic Colors of #AF966D
Black with #AF966D
Text Example
Text Example
White with #AF966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF966D; }
p { color: rgb(175,150,109); }
H1.HeaderClassName
{
color: #AF966D;
}
.AnyTagClassName
{
color: #AF966D;
}
</style>
background-color css
<style>
a { background-color: #AF966D; }
a { background-color: rgb(175,150,109); }
div.DivClassName
{
background-color: #AF966D;
}
.BgClassName
{
background-color: #AF966D;
}
</style>
border-color css
<style>
span { border-color: #AF966D; }
span { border-color: rgb(175,150,109); }
td.TdClassName
{
border-color: #AF966D;
}
.TagClassName
{
border-color: #AF966D;
}
</style>