Shades of Mongoose #AF8A6E
Tints of Mongoose #AF8A6E
RGB
CMYK
RGB Variations
Color information
#AF8A6E (or 0xAF8A6E) is known color: Mongoose. HEX triplet: AF, 8A and 6E. RGB value is (175,138,110). Sum of RGB (Red+Green+Blue) = 175+138+110=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A6E is #507591. Grayscale: #929292. Windows color (decimal): -5272978 or 7244463. OLE color: 7244463.
HSL color Cylindrical-coordinate representation of color #AF8A6E: hue angle of 25.85º 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 #AF8A6E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 110 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.31 |
| HSL | 25.85º | 0.29% | 0.56% | - |
| HSV(B) | 25.85º | 0.37% | 0.69% | - |
| XYZ | 29.58 | 28.42 | 18.68 | - |
| YUV | 145.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 110 | 0 | 0.21 | 0.37 | 0.31 | 25.85 | 0.29 | 0.56 |
| Hex | AF | 8A | 6E | 0 | 15 | 25 | 1F | 1A | 1D | 38 |
| Octal | 257 | 212 | 156 | 0 | 25 | 45 | 37 | 32 | 35 | 70 |
| Binary | 10101111 | 10001010 | 1101110 | 0 | 10101 | 100101 | 11111 | 11010 | 11101 | 111000 |
Color Harmonies of #AF8A6E
Complementary color
Monochromatic Colors of #AF8A6E
Black with #AF8A6E
Text Example
Text Example
White with #AF8A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A6E; }
p { color: rgb(175,138,110); }
H1.HeaderClassName
{
color: #AF8A6E;
}
.AnyTagClassName
{
color: #AF8A6E;
}
</style>
background-color css
<style>
a { background-color: #AF8A6E; }
a { background-color: rgb(175,138,110); }
div.DivClassName
{
background-color: #AF8A6E;
}
.BgClassName
{
background-color: #AF8A6E;
}
</style>
border-color css
<style>
span { border-color: #AF8A6E; }
span { border-color: rgb(175,138,110); }
td.TdClassName
{
border-color: #AF8A6E;
}
.TagClassName
{
border-color: #AF8A6E;
}
</style>