Shades of Mongoose #AF8C68
Tints of Mongoose #AF8C68
RGB
CMYK
RGB Variations
Color information
#AF8C68 (or 0xAF8C68) is known color: Mongoose. HEX triplet: AF, 8C and 68. RGB value is (175,140,104). Sum of RGB (Red+Green+Blue) = 175+140+104=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C68 is #507397. Grayscale: #929292. Windows color (decimal): -5272472 or 6851759. OLE color: 6851759.
HSL color Cylindrical-coordinate representation of color #AF8C68: hue angle of 30.42º 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 #AF8C68 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 104 | - |
| CMYK | 0 | 0.2 | 0.41 | 0.31 |
| HSL | 30.42º | 0.31% | 0.55% | - |
| HSV(B) | 30.42º | 0.41% | 0.69% | - |
| XYZ | 29.56 | 28.87 | 17.11 | - |
| YUV | 146.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 104 | 0 | 0.2 | 0.41 | 0.31 | 30.42 | 0.31 | 0.55 |
| Hex | AF | 8C | 68 | 0 | 14 | 29 | 1F | 1E | 1F | 37 |
| Octal | 257 | 214 | 150 | 0 | 24 | 51 | 37 | 36 | 37 | 67 |
| Binary | 10101111 | 10001100 | 1101000 | 0 | 10100 | 101001 | 11111 | 11110 | 11111 | 110111 |
Color Harmonies of #AF8C68
Complementary color
Monochromatic Colors of #AF8C68
Black with #AF8C68
Text Example
Text Example
White with #AF8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C68; }
p { color: rgb(175,140,104); }
H1.HeaderClassName
{
color: #AF8C68;
}
.AnyTagClassName
{
color: #AF8C68;
}
</style>
background-color css
<style>
a { background-color: #AF8C68; }
a { background-color: rgb(175,140,104); }
div.DivClassName
{
background-color: #AF8C68;
}
.BgClassName
{
background-color: #AF8C68;
}
</style>
border-color css
<style>
span { border-color: #AF8C68; }
span { border-color: rgb(175,140,104); }
td.TdClassName
{
border-color: #AF8C68;
}
.TagClassName
{
border-color: #AF8C68;
}
</style>