Shades of Mongoose #AF8F68
Tints of Mongoose #AF8F68
RGB
CMYK
RGB Variations
Color information
#AF8F68 (or 0xAF8F68) is known color: Mongoose. HEX triplet: AF, 8F and 68. RGB value is (175,143,104). Sum of RGB (Red+Green+Blue) = 175+143+104=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F68 is #507097. Grayscale: #949494. Windows color (decimal): -5271704 or 6852527. OLE color: 6852527.
HSL color Cylindrical-coordinate representation of color #AF8F68: hue angle of 32.96º 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 #AF8F68 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 104 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.31 |
| HSL | 32.96º | 0.31% | 0.55% | - |
| HSV(B) | 32.96º | 0.41% | 0.69% | - |
| XYZ | 30 | 29.76 | 17.26 | - |
| YUV | 148.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 104 | 0 | 0.18 | 0.41 | 0.31 | 32.96 | 0.31 | 0.55 |
| Hex | AF | 8F | 68 | 0 | 12 | 29 | 1F | 21 | 1F | 37 |
| Octal | 257 | 217 | 150 | 0 | 22 | 51 | 37 | 41 | 37 | 67 |
| Binary | 10101111 | 10001111 | 1101000 | 0 | 10010 | 101001 | 11111 | 100001 | 11111 | 110111 |
Color Harmonies of #AF8F68
Complementary color
Monochromatic Colors of #AF8F68
Black with #AF8F68
Text Example
Text Example
White with #AF8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F68; }
p { color: rgb(175,143,104); }
H1.HeaderClassName
{
color: #AF8F68;
}
.AnyTagClassName
{
color: #AF8F68;
}
</style>
background-color css
<style>
a { background-color: #AF8F68; }
a { background-color: rgb(175,143,104); }
div.DivClassName
{
background-color: #AF8F68;
}
.BgClassName
{
background-color: #AF8F68;
}
</style>
border-color css
<style>
span { border-color: #AF8F68; }
span { border-color: rgb(175,143,104); }
td.TdClassName
{
border-color: #AF8F68;
}
.TagClassName
{
border-color: #AF8F68;
}
</style>