Shades of Mongoose #AF8B68
Tints of Mongoose #AF8B68
RGB
CMYK
RGB Variations
Color information
#AF8B68 (or 0xAF8B68) is known color: Mongoose. HEX triplet: AF, 8B and 68. RGB value is (175,139,104). Sum of RGB (Red+Green+Blue) = 175+139+104=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B68 is #507497. Grayscale: #919191. Windows color (decimal): -5272728 or 6851503. OLE color: 6851503.
HSL color Cylindrical-coordinate representation of color #AF8B68: hue angle of 29.58º 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 #AF8B68 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 104 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.31 |
| HSL | 29.58º | 0.31% | 0.55% | - |
| HSV(B) | 29.58º | 0.41% | 0.69% | - |
| XYZ | 29.41 | 28.58 | 17.06 | - |
| YUV | 145.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 104 | 0 | 0.21 | 0.41 | 0.31 | 29.58 | 0.31 | 0.55 |
| Hex | AF | 8B | 68 | 0 | 15 | 29 | 1F | 1E | 1F | 37 |
| Octal | 257 | 213 | 150 | 0 | 25 | 51 | 37 | 36 | 37 | 67 |
| Binary | 10101111 | 10001011 | 1101000 | 0 | 10101 | 101001 | 11111 | 11110 | 11111 | 110111 |
Color Harmonies of #AF8B68
Complementary color
Monochromatic Colors of #AF8B68
Black with #AF8B68
Text Example
Text Example
White with #AF8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B68; }
p { color: rgb(175,139,104); }
H1.HeaderClassName
{
color: #AF8B68;
}
.AnyTagClassName
{
color: #AF8B68;
}
</style>
background-color css
<style>
a { background-color: #AF8B68; }
a { background-color: rgb(175,139,104); }
div.DivClassName
{
background-color: #AF8B68;
}
.BgClassName
{
background-color: #AF8B68;
}
</style>
border-color css
<style>
span { border-color: #AF8B68; }
span { border-color: rgb(175,139,104); }
td.TdClassName
{
border-color: #AF8B68;
}
.TagClassName
{
border-color: #AF8B68;
}
</style>