Shades of Mongoose #AF9270
Tints of Mongoose #AF9270
RGB
CMYK
RGB Variations
Color information
#AF9270 (or 0xAF9270) is known color: Mongoose. HEX triplet: AF, 92 and 70. RGB value is (175,146,112). Sum of RGB (Red+Green+Blue) = 175+146+112=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9270 is #506D8F. Grayscale: #969696. Windows color (decimal): -5270928 or 7377583. OLE color: 7377583.
HSL color Cylindrical-coordinate representation of color #AF9270: hue angle of 32.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF9270 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 112 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.31 |
| HSL | 32.38º | 0.28% | 0.56% | - |
| HSV(B) | 32.38º | 0.36% | 0.69% | - |
| XYZ | 30.88 | 30.84 | 19.65 | - |
| YUV | 150.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 112 | 0 | 0.17 | 0.36 | 0.31 | 32.38 | 0.28 | 0.56 |
| Hex | AF | 92 | 70 | 0 | 11 | 24 | 1F | 20 | 1C | 38 |
| Octal | 257 | 222 | 160 | 0 | 21 | 44 | 37 | 40 | 34 | 70 |
| Binary | 10101111 | 10010010 | 1110000 | 0 | 10001 | 100100 | 11111 | 100000 | 11100 | 111000 |
Color Harmonies of #AF9270
Complementary color
Monochromatic Colors of #AF9270
Black with #AF9270
Text Example
Text Example
White with #AF9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9270; }
p { color: rgb(175,146,112); }
H1.HeaderClassName
{
color: #AF9270;
}
.AnyTagClassName
{
color: #AF9270;
}
</style>
background-color css
<style>
a { background-color: #AF9270; }
a { background-color: rgb(175,146,112); }
div.DivClassName
{
background-color: #AF9270;
}
.BgClassName
{
background-color: #AF9270;
}
</style>
border-color css
<style>
span { border-color: #AF9270; }
span { border-color: rgb(175,146,112); }
td.TdClassName
{
border-color: #AF9270;
}
.TagClassName
{
border-color: #AF9270;
}
</style>