Shades of Mongoose #AF906B
Tints of Mongoose #AF906B
RGB
CMYK
RGB Variations
Color information
#AF906B (or 0xAF906B) is known color: Mongoose. HEX triplet: AF, 90 and 6B. RGB value is (175,144,107). Sum of RGB (Red+Green+Blue) = 175+144+107=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF906B is #506F94. Grayscale: #959595. Windows color (decimal): -5271445 or 7049391. OLE color: 7049391.
HSL color Cylindrical-coordinate representation of color #AF906B: hue angle of 32.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF906B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 107 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.31 |
| HSL | 32.65º | 0.3% | 0.55% | - |
| HSV(B) | 32.65º | 0.39% | 0.69% | - |
| XYZ | 30.31 | 30.12 | 18.13 | - |
| YUV | 149.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 107 | 0 | 0.18 | 0.39 | 0.31 | 32.65 | 0.3 | 0.55 |
| Hex | AF | 90 | 6B | 0 | 12 | 27 | 1F | 21 | 1E | 37 |
| Octal | 257 | 220 | 153 | 0 | 22 | 47 | 37 | 41 | 36 | 67 |
| Binary | 10101111 | 10010000 | 1101011 | 0 | 10010 | 100111 | 11111 | 100001 | 11110 | 110111 |
Color Harmonies of #AF906B
Complementary color
Monochromatic Colors of #AF906B
Black with #AF906B
Text Example
Text Example
White with #AF906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF906B; }
p { color: rgb(175,144,107); }
H1.HeaderClassName
{
color: #AF906B;
}
.AnyTagClassName
{
color: #AF906B;
}
</style>
background-color css
<style>
a { background-color: #AF906B; }
a { background-color: rgb(175,144,107); }
div.DivClassName
{
background-color: #AF906B;
}
.BgClassName
{
background-color: #AF906B;
}
</style>
border-color css
<style>
span { border-color: #AF906B; }
span { border-color: rgb(175,144,107); }
td.TdClassName
{
border-color: #AF906B;
}
.TagClassName
{
border-color: #AF906B;
}
</style>