Shades of Mongoose #AF8F6C
Tints of Mongoose #AF8F6C
RGB
CMYK
RGB Variations
Color information
#AF8F6C (or 0xAF8F6C) is known color: Mongoose. HEX triplet: AF, 8F and 6C. RGB value is (175,143,108). Sum of RGB (Red+Green+Blue) = 175+143+108=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F6C is #507093. Grayscale: #949494. Windows color (decimal): -5271700 or 7114671. OLE color: 7114671.
HSL color Cylindrical-coordinate representation of color #AF8F6C: hue angle of 31.34º 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 #AF8F6C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 108 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.31 |
| HSL | 31.34º | 0.3% | 0.55% | - |
| HSV(B) | 31.34º | 0.38% | 0.69% | - |
| XYZ | 30.21 | 29.84 | 18.36 | - |
| YUV | 148.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 108 | 0 | 0.18 | 0.38 | 0.31 | 31.34 | 0.3 | 0.55 |
| Hex | AF | 8F | 6C | 0 | 12 | 26 | 1F | 1F | 1E | 37 |
| Octal | 257 | 217 | 154 | 0 | 22 | 46 | 37 | 37 | 36 | 67 |
| Binary | 10101111 | 10001111 | 1101100 | 0 | 10010 | 100110 | 11111 | 11111 | 11110 | 110111 |
Color Harmonies of #AF8F6C
Complementary color
Monochromatic Colors of #AF8F6C
Black with #AF8F6C
Text Example
Text Example
White with #AF8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F6C; }
p { color: rgb(175,143,108); }
H1.HeaderClassName
{
color: #AF8F6C;
}
.AnyTagClassName
{
color: #AF8F6C;
}
</style>
background-color css
<style>
a { background-color: #AF8F6C; }
a { background-color: rgb(175,143,108); }
div.DivClassName
{
background-color: #AF8F6C;
}
.BgClassName
{
background-color: #AF8F6C;
}
</style>
border-color css
<style>
span { border-color: #AF8F6C; }
span { border-color: rgb(175,143,108); }
td.TdClassName
{
border-color: #AF8F6C;
}
.TagClassName
{
border-color: #AF8F6C;
}
</style>