Shades of Mongoose #AF8D69
Tints of Mongoose #AF8D69
RGB
CMYK
RGB Variations
Color information
#AF8D69 (or 0xAF8D69) is known color: Mongoose. HEX triplet: AF, 8D and 69. RGB value is (175,141,105). Sum of RGB (Red+Green+Blue) = 175+141+105=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D69 is #507296. Grayscale: #939393. Windows color (decimal): -5272215 or 6917551. OLE color: 6917551.
HSL color Cylindrical-coordinate representation of color #AF8D69: hue angle of 30.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8D69 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 105 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.31 |
| HSL | 30.86º | 0.3% | 0.55% | - |
| HSV(B) | 30.86º | 0.4% | 0.69% | - |
| XYZ | 29.75 | 29.18 | 17.43 | - |
| YUV | 147.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 105 | 0 | 0.19 | 0.40 | 0.31 | 30.86 | 0.3 | 0.55 |
| Hex | AF | 8D | 69 | 0 | 13 | 28 | 1F | 1F | 1E | 37 |
| Octal | 257 | 215 | 151 | 0 | 23 | 50 | 37 | 37 | 36 | 67 |
| Binary | 10101111 | 10001101 | 1101001 | 0 | 10011 | 101000 | 11111 | 11111 | 11110 | 110111 |
Color Harmonies of #AF8D69
Complementary color
Monochromatic Colors of #AF8D69
Black with #AF8D69
Text Example
Text Example
White with #AF8D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D69; }
p { color: rgb(175,141,105); }
H1.HeaderClassName
{
color: #AF8D69;
}
.AnyTagClassName
{
color: #AF8D69;
}
</style>
background-color css
<style>
a { background-color: #AF8D69; }
a { background-color: rgb(175,141,105); }
div.DivClassName
{
background-color: #AF8D69;
}
.BgClassName
{
background-color: #AF8D69;
}
</style>
border-color css
<style>
span { border-color: #AF8D69; }
span { border-color: rgb(175,141,105); }
td.TdClassName
{
border-color: #AF8D69;
}
.TagClassName
{
border-color: #AF8D69;
}
</style>