Shades of Mongoose #AF966C
Tints of Mongoose #AF966C
RGB
CMYK
RGB Variations
Color information
#AF966C (or 0xAF966C) is known color: Mongoose. HEX triplet: AF, 96 and 6C. RGB value is (175,150,108). Sum of RGB (Red+Green+Blue) = 175+150+108=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF966C is #506993. Grayscale: #989898. Windows color (decimal): -5269908 or 7116463. OLE color: 7116463.
HSL color Cylindrical-coordinate representation of color #AF966C: hue angle of 37.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF966C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 108 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.31 |
| HSL | 37.61º | 0.3% | 0.55% | - |
| HSV(B) | 37.61º | 0.38% | 0.69% | - |
| XYZ | 31.29 | 32.01 | 18.72 | - |
| YUV | 152.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 108 | 0 | 0.14 | 0.38 | 0.31 | 37.61 | 0.3 | 0.55 |
| Hex | AF | 96 | 6C | 0 | E | 26 | 1F | 26 | 1E | 37 |
| Octal | 257 | 226 | 154 | 0 | 16 | 46 | 37 | 46 | 36 | 67 |
| Binary | 10101111 | 10010110 | 1101100 | 0 | 1110 | 100110 | 11111 | 100110 | 11110 | 110111 |
Color Harmonies of #AF966C
Complementary color
Monochromatic Colors of #AF966C
Black with #AF966C
Text Example
Text Example
White with #AF966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF966C; }
p { color: rgb(175,150,108); }
H1.HeaderClassName
{
color: #AF966C;
}
.AnyTagClassName
{
color: #AF966C;
}
</style>
background-color css
<style>
a { background-color: #AF966C; }
a { background-color: rgb(175,150,108); }
div.DivClassName
{
background-color: #AF966C;
}
.BgClassName
{
background-color: #AF966C;
}
</style>
border-color css
<style>
span { border-color: #AF966C; }
span { border-color: rgb(175,150,108); }
td.TdClassName
{
border-color: #AF966C;
}
.TagClassName
{
border-color: #AF966C;
}
</style>