Shades of Mongoose #AF8F72
Tints of Mongoose #AF8F72
RGB
CMYK
RGB Variations
Color information
#AF8F72 (or 0xAF8F72) is known color: Mongoose. HEX triplet: AF, 8F and 72. RGB value is (175,143,114). Sum of RGB (Red+Green+Blue) = 175+143+114=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F72 is #50708D. Grayscale: #959595. Windows color (decimal): -5271694 or 7507887. OLE color: 7507887.
HSL color Cylindrical-coordinate representation of color #AF8F72: hue angle of 28.52º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8F72 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 114 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.31 |
| HSL | 28.52º | 0.28% | 0.57% | - |
| HSV(B) | 28.52º | 0.35% | 0.69% | - |
| XYZ | 30.54 | 29.97 | 20.1 | - |
| YUV | 149.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 114 | 0 | 0.18 | 0.35 | 0.31 | 28.52 | 0.28 | 0.57 |
| Hex | AF | 8F | 72 | 0 | 12 | 23 | 1F | 1D | 1C | 39 |
| Octal | 257 | 217 | 162 | 0 | 22 | 43 | 37 | 35 | 34 | 71 |
| Binary | 10101111 | 10001111 | 1110010 | 0 | 10010 | 100011 | 11111 | 11101 | 11100 | 111001 |
Color Harmonies of #AF8F72
Complementary color
Monochromatic Colors of #AF8F72
Black with #AF8F72
Text Example
Text Example
White with #AF8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F72; }
p { color: rgb(175,143,114); }
H1.HeaderClassName
{
color: #AF8F72;
}
.AnyTagClassName
{
color: #AF8F72;
}
</style>
background-color css
<style>
a { background-color: #AF8F72; }
a { background-color: rgb(175,143,114); }
div.DivClassName
{
background-color: #AF8F72;
}
.BgClassName
{
background-color: #AF8F72;
}
</style>
border-color css
<style>
span { border-color: #AF8F72; }
span { border-color: rgb(175,143,114); }
td.TdClassName
{
border-color: #AF8F72;
}
.TagClassName
{
border-color: #AF8F72;
}
</style>