Shades of Mongoose #AF8770
Tints of Mongoose #AF8770
RGB
CMYK
RGB Variations
Color information
#AF8770 (or 0xAF8770) is known color: Mongoose. HEX triplet: AF, 87 and 70. RGB value is (175,135,112). Sum of RGB (Red+Green+Blue) = 175+135+112=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8770 is #50788F. Grayscale: #909090. Windows color (decimal): -5273744 or 7374767. OLE color: 7374767.
HSL color Cylindrical-coordinate representation of color #AF8770: hue angle of 21.9º 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 #AF8770 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 112 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.31 |
| HSL | 21.9º | 0.28% | 0.56% | - |
| HSV(B) | 21.9º | 0.36% | 0.69% | - |
| XYZ | 29.27 | 27.61 | 19.12 | - |
| YUV | 144.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 112 | 0 | 0.23 | 0.36 | 0.31 | 21.9 | 0.28 | 0.56 |
| Hex | AF | 87 | 70 | 0 | 17 | 24 | 1F | 16 | 1C | 38 |
| Octal | 257 | 207 | 160 | 0 | 27 | 44 | 37 | 26 | 34 | 70 |
| Binary | 10101111 | 10000111 | 1110000 | 0 | 10111 | 100100 | 11111 | 10110 | 11100 | 111000 |
Color Harmonies of #AF8770
Complementary color
Monochromatic Colors of #AF8770
Black with #AF8770
Text Example
Text Example
White with #AF8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8770; }
p { color: rgb(175,135,112); }
H1.HeaderClassName
{
color: #AF8770;
}
.AnyTagClassName
{
color: #AF8770;
}
</style>
background-color css
<style>
a { background-color: #AF8770; }
a { background-color: rgb(175,135,112); }
div.DivClassName
{
background-color: #AF8770;
}
.BgClassName
{
background-color: #AF8770;
}
</style>
border-color css
<style>
span { border-color: #AF8770; }
span { border-color: rgb(175,135,112); }
td.TdClassName
{
border-color: #AF8770;
}
.TagClassName
{
border-color: #AF8770;
}
</style>