Shades of Mongoose #AF8C6C
Tints of Mongoose #AF8C6C
RGB
CMYK
RGB Variations
Color information
#AF8C6C (or 0xAF8C6C) is known color: Mongoose. HEX triplet: AF, 8C and 6C. RGB value is (175,140,108). Sum of RGB (Red+Green+Blue) = 175+140+108=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C6C is #507393. Grayscale: #929292. Windows color (decimal): -5272468 or 7113903. OLE color: 7113903.
HSL color Cylindrical-coordinate representation of color #AF8C6C: hue angle of 28.66º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8C6C is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 108 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.31 |
| HSL | 28.66º | 0.3% | 0.55% | - |
| HSV(B) | 28.66º | 0.38% | 0.69% | - |
| XYZ | 29.76 | 28.95 | 18.21 | - |
| YUV | 146.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 108 | 0 | 0.2 | 0.38 | 0.31 | 28.66 | 0.3 | 0.55 |
| Hex | AF | 8C | 6C | 0 | 14 | 26 | 1F | 1D | 1E | 37 |
| Octal | 257 | 214 | 154 | 0 | 24 | 46 | 37 | 35 | 36 | 67 |
| Binary | 10101111 | 10001100 | 1101100 | 0 | 10100 | 100110 | 11111 | 11101 | 11110 | 110111 |
Color Harmonies of #AF8C6C
Complementary color
Monochromatic Colors of #AF8C6C
Black with #AF8C6C
Text Example
Text Example
White with #AF8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C6C; }
p { color: rgb(175,140,108); }
H1.HeaderClassName
{
color: #AF8C6C;
}
.AnyTagClassName
{
color: #AF8C6C;
}
</style>
background-color css
<style>
a { background-color: #AF8C6C; }
a { background-color: rgb(175,140,108); }
div.DivClassName
{
background-color: #AF8C6C;
}
.BgClassName
{
background-color: #AF8C6C;
}
</style>
border-color css
<style>
span { border-color: #AF8C6C; }
span { border-color: rgb(175,140,108); }
td.TdClassName
{
border-color: #AF8C6C;
}
.TagClassName
{
border-color: #AF8C6C;
}
</style>