Shades of Mongoose #AF926D
Tints of Mongoose #AF926D
RGB
CMYK
RGB Variations
Color information
#AF926D (or 0xAF926D) is known color: Mongoose. HEX triplet: AF, 92 and 6D. RGB value is (175,146,109). Sum of RGB (Red+Green+Blue) = 175+146+109=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF926D is #506D92. Grayscale: #969696. Windows color (decimal): -5270931 or 7180975. OLE color: 7180975.
HSL color Cylindrical-coordinate representation of color #AF926D: hue angle of 33.64º 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 #AF926D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 109 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.31 |
| HSL | 33.64º | 0.29% | 0.56% | - |
| HSV(B) | 33.64º | 0.38% | 0.69% | - |
| XYZ | 30.72 | 30.78 | 18.79 | - |
| YUV | 150.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 109 | 0 | 0.17 | 0.38 | 0.31 | 33.64 | 0.29 | 0.56 |
| Hex | AF | 92 | 6D | 0 | 11 | 26 | 1F | 22 | 1D | 38 |
| Octal | 257 | 222 | 155 | 0 | 21 | 46 | 37 | 42 | 35 | 70 |
| Binary | 10101111 | 10010010 | 1101101 | 0 | 10001 | 100110 | 11111 | 100010 | 11101 | 111000 |
Color Harmonies of #AF926D
Complementary color
Monochromatic Colors of #AF926D
Black with #AF926D
Text Example
Text Example
White with #AF926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF926D; }
p { color: rgb(175,146,109); }
H1.HeaderClassName
{
color: #AF926D;
}
.AnyTagClassName
{
color: #AF926D;
}
</style>
background-color css
<style>
a { background-color: #AF926D; }
a { background-color: rgb(175,146,109); }
div.DivClassName
{
background-color: #AF926D;
}
.BgClassName
{
background-color: #AF926D;
}
</style>
border-color css
<style>
span { border-color: #AF926D; }
span { border-color: rgb(175,146,109); }
td.TdClassName
{
border-color: #AF926D;
}
.TagClassName
{
border-color: #AF926D;
}
</style>