Shades of Mongoose #AF946C
Tints of Mongoose #AF946C
RGB
CMYK
RGB Variations
Color information
#AF946C (or 0xAF946C) is known color: Mongoose. HEX triplet: AF, 94 and 6C. RGB value is (175,148,108). Sum of RGB (Red+Green+Blue) = 175+148+108=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF946C is #506B93. Grayscale: #979797. Windows color (decimal): -5270420 or 7115951. OLE color: 7115951.
HSL color Cylindrical-coordinate representation of color #AF946C: hue angle of 35.82º 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 #AF946C is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 108 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.31 |
| HSL | 35.82º | 0.3% | 0.55% | - |
| HSV(B) | 35.82º | 0.38% | 0.69% | - |
| XYZ | 30.98 | 31.38 | 18.61 | - |
| YUV | 151.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 108 | 0 | 0.15 | 0.38 | 0.31 | 35.82 | 0.3 | 0.55 |
| Hex | AF | 94 | 6C | 0 | F | 26 | 1F | 24 | 1E | 37 |
| Octal | 257 | 224 | 154 | 0 | 17 | 46 | 37 | 44 | 36 | 67 |
| Binary | 10101111 | 10010100 | 1101100 | 0 | 1111 | 100110 | 11111 | 100100 | 11110 | 110111 |
Color Harmonies of #AF946C
Complementary color
Monochromatic Colors of #AF946C
Black with #AF946C
Text Example
Text Example
White with #AF946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF946C; }
p { color: rgb(175,148,108); }
H1.HeaderClassName
{
color: #AF946C;
}
.AnyTagClassName
{
color: #AF946C;
}
</style>
background-color css
<style>
a { background-color: #AF946C; }
a { background-color: rgb(175,148,108); }
div.DivClassName
{
background-color: #AF946C;
}
.BgClassName
{
background-color: #AF946C;
}
</style>
border-color css
<style>
span { border-color: #AF946C; }
span { border-color: rgb(175,148,108); }
td.TdClassName
{
border-color: #AF946C;
}
.TagClassName
{
border-color: #AF946C;
}
</style>