Shades of Mongoose #AF8A70
Tints of Mongoose #AF8A70
RGB
CMYK
RGB Variations
Color information
#AF8A70 (or 0xAF8A70) is known color: Mongoose. HEX triplet: AF, 8A and 70. RGB value is (175,138,112). Sum of RGB (Red+Green+Blue) = 175+138+112=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A70 is #50758F. Grayscale: #929292. Windows color (decimal): -5272976 or 7375535. OLE color: 7375535.
HSL color Cylindrical-coordinate representation of color #AF8A70: hue angle of 24.76º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8A70 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 112 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.31 |
| HSL | 24.76º | 0.28% | 0.56% | - |
| HSV(B) | 24.76º | 0.36% | 0.69% | - |
| XYZ | 29.69 | 28.46 | 19.26 | - |
| YUV | 146.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 112 | 0 | 0.21 | 0.36 | 0.31 | 24.76 | 0.28 | 0.56 |
| Hex | AF | 8A | 70 | 0 | 15 | 24 | 1F | 19 | 1C | 38 |
| Octal | 257 | 212 | 160 | 0 | 25 | 44 | 37 | 31 | 34 | 70 |
| Binary | 10101111 | 10001010 | 1110000 | 0 | 10101 | 100100 | 11111 | 11001 | 11100 | 111000 |
Color Harmonies of #AF8A70
Complementary color
Monochromatic Colors of #AF8A70
Black with #AF8A70
Text Example
Text Example
White with #AF8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A70; }
p { color: rgb(175,138,112); }
H1.HeaderClassName
{
color: #AF8A70;
}
.AnyTagClassName
{
color: #AF8A70;
}
</style>
background-color css
<style>
a { background-color: #AF8A70; }
a { background-color: rgb(175,138,112); }
div.DivClassName
{
background-color: #AF8A70;
}
.BgClassName
{
background-color: #AF8A70;
}
</style>
border-color css
<style>
span { border-color: #AF8A70; }
span { border-color: rgb(175,138,112); }
td.TdClassName
{
border-color: #AF8A70;
}
.TagClassName
{
border-color: #AF8A70;
}
</style>