Shades of Mongoose #AF906D
Tints of Mongoose #AF906D
RGB
CMYK
RGB Variations
Color information
#AF906D (or 0xAF906D) is known color: Mongoose. HEX triplet: AF, 90 and 6D. RGB value is (175,144,109). Sum of RGB (Red+Green+Blue) = 175+144+109=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF906D is #506F92. Grayscale: #959595. Windows color (decimal): -5271443 or 7180463. OLE color: 7180463.
HSL color Cylindrical-coordinate representation of color #AF906D: hue angle of 31.82º 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 #AF906D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 109 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.31 |
| HSL | 31.82º | 0.29% | 0.56% | - |
| HSV(B) | 31.82º | 0.38% | 0.69% | - |
| XYZ | 30.41 | 30.16 | 18.69 | - |
| YUV | 149.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 109 | 0 | 0.18 | 0.38 | 0.31 | 31.82 | 0.29 | 0.56 |
| Hex | AF | 90 | 6D | 0 | 12 | 26 | 1F | 20 | 1D | 38 |
| Octal | 257 | 220 | 155 | 0 | 22 | 46 | 37 | 40 | 35 | 70 |
| Binary | 10101111 | 10010000 | 1101101 | 0 | 10010 | 100110 | 11111 | 100000 | 11101 | 111000 |
Color Harmonies of #AF906D
Complementary color
Monochromatic Colors of #AF906D
Black with #AF906D
Text Example
Text Example
White with #AF906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF906D; }
p { color: rgb(175,144,109); }
H1.HeaderClassName
{
color: #AF906D;
}
.AnyTagClassName
{
color: #AF906D;
}
</style>
background-color css
<style>
a { background-color: #AF906D; }
a { background-color: rgb(175,144,109); }
div.DivClassName
{
background-color: #AF906D;
}
.BgClassName
{
background-color: #AF906D;
}
</style>
border-color css
<style>
span { border-color: #AF906D; }
span { border-color: rgb(175,144,109); }
td.TdClassName
{
border-color: #AF906D;
}
.TagClassName
{
border-color: #AF906D;
}
</style>