Shades of Mongoose #AF916C
Tints of Mongoose #AF916C
RGB
CMYK
RGB Variations
Color information
#AF916C (or 0xAF916C) is known color: Mongoose. HEX triplet: AF, 91 and 6C. RGB value is (175,145,108). Sum of RGB (Red+Green+Blue) = 175+145+108=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF916C is #506E93. Grayscale: #959595. Windows color (decimal): -5271188 or 7115183. OLE color: 7115183.
HSL color Cylindrical-coordinate representation of color #AF916C: hue angle of 33.13º 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 #AF916C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 108 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.31 |
| HSL | 33.13º | 0.3% | 0.55% | - |
| HSV(B) | 33.13º | 0.38% | 0.69% | - |
| XYZ | 30.51 | 30.45 | 18.46 | - |
| YUV | 149.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 108 | 0 | 0.17 | 0.38 | 0.31 | 33.13 | 0.3 | 0.55 |
| Hex | AF | 91 | 6C | 0 | 11 | 26 | 1F | 21 | 1E | 37 |
| Octal | 257 | 221 | 154 | 0 | 21 | 46 | 37 | 41 | 36 | 67 |
| Binary | 10101111 | 10010001 | 1101100 | 0 | 10001 | 100110 | 11111 | 100001 | 11110 | 110111 |
Color Harmonies of #AF916C
Complementary color
Monochromatic Colors of #AF916C
Black with #AF916C
Text Example
Text Example
White with #AF916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF916C; }
p { color: rgb(175,145,108); }
H1.HeaderClassName
{
color: #AF916C;
}
.AnyTagClassName
{
color: #AF916C;
}
</style>
background-color css
<style>
a { background-color: #AF916C; }
a { background-color: rgb(175,145,108); }
div.DivClassName
{
background-color: #AF916C;
}
.BgClassName
{
background-color: #AF916C;
}
</style>
border-color css
<style>
span { border-color: #AF916C; }
span { border-color: rgb(175,145,108); }
td.TdClassName
{
border-color: #AF916C;
}
.TagClassName
{
border-color: #AF916C;
}
</style>