Shades of Mongoose #AF8D67
Tints of Mongoose #AF8D67
RGB
CMYK
RGB Variations
Color information
#AF8D67 (or 0xAF8D67) is known color: Mongoose. HEX triplet: AF, 8D and 67. RGB value is (175,141,103). Sum of RGB (Red+Green+Blue) = 175+141+103=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D67 is #507298. Grayscale: #939393. Windows color (decimal): -5272217 or 6786479. OLE color: 6786479.
HSL color Cylindrical-coordinate representation of color #AF8D67: hue angle of 31.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8D67 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 103 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.31 |
| HSL | 31.67º | 0.31% | 0.55% | - |
| HSV(B) | 31.67º | 0.41% | 0.69% | - |
| XYZ | 29.65 | 29.14 | 16.89 | - |
| YUV | 146.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 103 | 0 | 0.19 | 0.41 | 0.31 | 31.67 | 0.31 | 0.55 |
| Hex | AF | 8D | 67 | 0 | 13 | 29 | 1F | 20 | 1F | 37 |
| Octal | 257 | 215 | 147 | 0 | 23 | 51 | 37 | 40 | 37 | 67 |
| Binary | 10101111 | 10001101 | 1100111 | 0 | 10011 | 101001 | 11111 | 100000 | 11111 | 110111 |
Color Harmonies of #AF8D67
Complementary color
Monochromatic Colors of #AF8D67
Black with #AF8D67
Text Example
Text Example
White with #AF8D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D67; }
p { color: rgb(175,141,103); }
H1.HeaderClassName
{
color: #AF8D67;
}
.AnyTagClassName
{
color: #AF8D67;
}
</style>
background-color css
<style>
a { background-color: #AF8D67; }
a { background-color: rgb(175,141,103); }
div.DivClassName
{
background-color: #AF8D67;
}
.BgClassName
{
background-color: #AF8D67;
}
</style>
border-color css
<style>
span { border-color: #AF8D67; }
span { border-color: rgb(175,141,103); }
td.TdClassName
{
border-color: #AF8D67;
}
.TagClassName
{
border-color: #AF8D67;
}
</style>