Shades of Mongoose #AF8A6C
Tints of Mongoose #AF8A6C
RGB
CMYK
RGB Variations
Color information
#AF8A6C (or 0xAF8A6C) is known color: Mongoose. HEX triplet: AF, 8A and 6C. RGB value is (175,138,108). Sum of RGB (Red+Green+Blue) = 175+138+108=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A6C is #507593. Grayscale: #919191. Windows color (decimal): -5272980 or 7113391. OLE color: 7113391.
HSL color Cylindrical-coordinate representation of color #AF8A6C: hue angle of 26.87º 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 #AF8A6C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 108 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.31 |
| HSL | 26.87º | 0.3% | 0.55% | - |
| HSV(B) | 26.87º | 0.38% | 0.69% | - |
| XYZ | 29.47 | 28.37 | 18.11 | - |
| YUV | 145.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 108 | 0 | 0.21 | 0.38 | 0.31 | 26.87 | 0.3 | 0.55 |
| Hex | AF | 8A | 6C | 0 | 15 | 26 | 1F | 1B | 1E | 37 |
| Octal | 257 | 212 | 154 | 0 | 25 | 46 | 37 | 33 | 36 | 67 |
| Binary | 10101111 | 10001010 | 1101100 | 0 | 10101 | 100110 | 11111 | 11011 | 11110 | 110111 |
Color Harmonies of #AF8A6C
Complementary color
Monochromatic Colors of #AF8A6C
Black with #AF8A6C
Text Example
Text Example
White with #AF8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A6C; }
p { color: rgb(175,138,108); }
H1.HeaderClassName
{
color: #AF8A6C;
}
.AnyTagClassName
{
color: #AF8A6C;
}
</style>
background-color css
<style>
a { background-color: #AF8A6C; }
a { background-color: rgb(175,138,108); }
div.DivClassName
{
background-color: #AF8A6C;
}
.BgClassName
{
background-color: #AF8A6C;
}
</style>
border-color css
<style>
span { border-color: #AF8A6C; }
span { border-color: rgb(175,138,108); }
td.TdClassName
{
border-color: #AF8A6C;
}
.TagClassName
{
border-color: #AF8A6C;
}
</style>