Shades of Mongoose #AF8A6F
Tints of Mongoose #AF8A6F
RGB
CMYK
RGB Variations
Color information
#AF8A6F (or 0xAF8A6F) is known color: Mongoose. HEX triplet: AF, 8A and 6F. RGB value is (175,138,111). Sum of RGB (Red+Green+Blue) = 175+138+111=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A6F is #507590. Grayscale: #929292. Windows color (decimal): -5272977 or 7309999. OLE color: 7309999.
HSL color Cylindrical-coordinate representation of color #AF8A6F: hue angle of 25.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8A6F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 111 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.31 |
| HSL | 25.31º | 0.29% | 0.56% | - |
| HSV(B) | 25.31º | 0.37% | 0.69% | - |
| XYZ | 29.64 | 28.44 | 18.97 | - |
| YUV | 145.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 111 | 0 | 0.21 | 0.37 | 0.31 | 25.31 | 0.29 | 0.56 |
| Hex | AF | 8A | 6F | 0 | 15 | 25 | 1F | 19 | 1D | 38 |
| Octal | 257 | 212 | 157 | 0 | 25 | 45 | 37 | 31 | 35 | 70 |
| Binary | 10101111 | 10001010 | 1101111 | 0 | 10101 | 100101 | 11111 | 11001 | 11101 | 111000 |
Color Harmonies of #AF8A6F
Complementary color
Monochromatic Colors of #AF8A6F
Black with #AF8A6F
Text Example
Text Example
White with #AF8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A6F; }
p { color: rgb(175,138,111); }
H1.HeaderClassName
{
color: #AF8A6F;
}
.AnyTagClassName
{
color: #AF8A6F;
}
</style>
background-color css
<style>
a { background-color: #AF8A6F; }
a { background-color: rgb(175,138,111); }
div.DivClassName
{
background-color: #AF8A6F;
}
.BgClassName
{
background-color: #AF8A6F;
}
</style>
border-color css
<style>
span { border-color: #AF8A6F; }
span { border-color: rgb(175,138,111); }
td.TdClassName
{
border-color: #AF8A6F;
}
.TagClassName
{
border-color: #AF8A6F;
}
</style>