Shades of Mongoose #AF8E6E
Tints of Mongoose #AF8E6E
RGB
CMYK
RGB Variations
Color information
#AF8E6E (or 0xAF8E6E) is known color: Mongoose. HEX triplet: AF, 8E and 6E. RGB value is (175,142,110). Sum of RGB (Red+Green+Blue) = 175+142+110=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E6E is #507191. Grayscale: #949494. Windows color (decimal): -5271954 or 7245487. OLE color: 7245487.
HSL color Cylindrical-coordinate representation of color #AF8E6E: hue angle of 29.54º 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 #AF8E6E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 110 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.31 |
| HSL | 29.54º | 0.29% | 0.56% | - |
| HSV(B) | 29.54º | 0.37% | 0.69% | - |
| XYZ | 30.17 | 29.59 | 18.87 | - |
| YUV | 148.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 110 | 0 | 0.19 | 0.37 | 0.31 | 29.54 | 0.29 | 0.56 |
| Hex | AF | 8E | 6E | 0 | 13 | 25 | 1F | 1E | 1D | 38 |
| Octal | 257 | 216 | 156 | 0 | 23 | 45 | 37 | 36 | 35 | 70 |
| Binary | 10101111 | 10001110 | 1101110 | 0 | 10011 | 100101 | 11111 | 11110 | 11101 | 111000 |
Color Harmonies of #AF8E6E
Complementary color
Monochromatic Colors of #AF8E6E
Black with #AF8E6E
Text Example
Text Example
White with #AF8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E6E; }
p { color: rgb(175,142,110); }
H1.HeaderClassName
{
color: #AF8E6E;
}
.AnyTagClassName
{
color: #AF8E6E;
}
</style>
background-color css
<style>
a { background-color: #AF8E6E; }
a { background-color: rgb(175,142,110); }
div.DivClassName
{
background-color: #AF8E6E;
}
.BgClassName
{
background-color: #AF8E6E;
}
</style>
border-color css
<style>
span { border-color: #AF8E6E; }
span { border-color: rgb(175,142,110); }
td.TdClassName
{
border-color: #AF8E6E;
}
.TagClassName
{
border-color: #AF8E6E;
}
</style>