Shades of Mongoose #AF8B6D
Tints of Mongoose #AF8B6D
RGB
CMYK
RGB Variations
Color information
#AF8B6D (or 0xAF8B6D) is known color: Mongoose. HEX triplet: AF, 8B and 6D. RGB value is (175,139,109). Sum of RGB (Red+Green+Blue) = 175+139+109=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B6D is #507492. Grayscale: #929292. Windows color (decimal): -5272723 or 7179183. OLE color: 7179183.
HSL color Cylindrical-coordinate representation of color #AF8B6D: hue angle of 27.27º 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 #AF8B6D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 109 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.31 |
| HSL | 27.27º | 0.29% | 0.56% | - |
| HSV(B) | 27.27º | 0.38% | 0.69% | - |
| XYZ | 29.67 | 28.68 | 18.44 | - |
| YUV | 146.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 109 | 0 | 0.21 | 0.38 | 0.31 | 27.27 | 0.29 | 0.56 |
| Hex | AF | 8B | 6D | 0 | 15 | 26 | 1F | 1B | 1D | 38 |
| Octal | 257 | 213 | 155 | 0 | 25 | 46 | 37 | 33 | 35 | 70 |
| Binary | 10101111 | 10001011 | 1101101 | 0 | 10101 | 100110 | 11111 | 11011 | 11101 | 111000 |
Color Harmonies of #AF8B6D
Complementary color
Monochromatic Colors of #AF8B6D
Black with #AF8B6D
Text Example
Text Example
White with #AF8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B6D; }
p { color: rgb(175,139,109); }
H1.HeaderClassName
{
color: #AF8B6D;
}
.AnyTagClassName
{
color: #AF8B6D;
}
</style>
background-color css
<style>
a { background-color: #AF8B6D; }
a { background-color: rgb(175,139,109); }
div.DivClassName
{
background-color: #AF8B6D;
}
.BgClassName
{
background-color: #AF8B6D;
}
</style>
border-color css
<style>
span { border-color: #AF8B6D; }
span { border-color: rgb(175,139,109); }
td.TdClassName
{
border-color: #AF8B6D;
}
.TagClassName
{
border-color: #AF8B6D;
}
</style>