Shades of Mongoose #AF926C
Tints of Mongoose #AF926C
RGB
CMYK
RGB Variations
Color information
#AF926C (or 0xAF926C) is known color: Mongoose. HEX triplet: AF, 92 and 6C. RGB value is (175,146,108). Sum of RGB (Red+Green+Blue) = 175+146+108=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF926C is #506D93. Grayscale: #969696. Windows color (decimal): -5270932 or 7115439. OLE color: 7115439.
HSL color Cylindrical-coordinate representation of color #AF926C: hue angle of 34.03º 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 #AF926C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 108 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.31 |
| HSL | 34.03º | 0.3% | 0.55% | - |
| HSV(B) | 34.03º | 0.38% | 0.69% | - |
| XYZ | 30.66 | 30.75 | 18.51 | - |
| YUV | 150.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 108 | 0 | 0.17 | 0.38 | 0.31 | 34.03 | 0.3 | 0.55 |
| Hex | AF | 92 | 6C | 0 | 11 | 26 | 1F | 22 | 1E | 37 |
| Octal | 257 | 222 | 154 | 0 | 21 | 46 | 37 | 42 | 36 | 67 |
| Binary | 10101111 | 10010010 | 1101100 | 0 | 10001 | 100110 | 11111 | 100010 | 11110 | 110111 |
Color Harmonies of #AF926C
Complementary color
Monochromatic Colors of #AF926C
Black with #AF926C
Text Example
Text Example
White with #AF926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF926C; }
p { color: rgb(175,146,108); }
H1.HeaderClassName
{
color: #AF926C;
}
.AnyTagClassName
{
color: #AF926C;
}
</style>
background-color css
<style>
a { background-color: #AF926C; }
a { background-color: rgb(175,146,108); }
div.DivClassName
{
background-color: #AF926C;
}
.BgClassName
{
background-color: #AF926C;
}
</style>
border-color css
<style>
span { border-color: #AF926C; }
span { border-color: rgb(175,146,108); }
td.TdClassName
{
border-color: #AF926C;
}
.TagClassName
{
border-color: #AF926C;
}
</style>