Shades of Mongoose #AF8A6D
Tints of Mongoose #AF8A6D
RGB
CMYK
RGB Variations
Color information
#AF8A6D (or 0xAF8A6D) is known color: Mongoose. HEX triplet: AF, 8A and 6D. RGB value is (175,138,109). Sum of RGB (Red+Green+Blue) = 175+138+109=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A6D is #507592. Grayscale: #919191. Windows color (decimal): -5272979 or 7178927. OLE color: 7178927.
HSL color Cylindrical-coordinate representation of color #AF8A6D: hue angle of 26.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8A6D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 109 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.31 |
| HSL | 26.36º | 0.29% | 0.56% | - |
| HSV(B) | 26.36º | 0.38% | 0.69% | - |
| XYZ | 29.53 | 28.4 | 18.39 | - |
| YUV | 145.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 109 | 0 | 0.21 | 0.38 | 0.31 | 26.36 | 0.29 | 0.56 |
| Hex | AF | 8A | 6D | 0 | 15 | 26 | 1F | 1A | 1D | 38 |
| Octal | 257 | 212 | 155 | 0 | 25 | 46 | 37 | 32 | 35 | 70 |
| Binary | 10101111 | 10001010 | 1101101 | 0 | 10101 | 100110 | 11111 | 11010 | 11101 | 111000 |
Color Harmonies of #AF8A6D
Complementary color
Monochromatic Colors of #AF8A6D
Black with #AF8A6D
Text Example
Text Example
White with #AF8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A6D; }
p { color: rgb(175,138,109); }
H1.HeaderClassName
{
color: #AF8A6D;
}
.AnyTagClassName
{
color: #AF8A6D;
}
</style>
background-color css
<style>
a { background-color: #AF8A6D; }
a { background-color: rgb(175,138,109); }
div.DivClassName
{
background-color: #AF8A6D;
}
.BgClassName
{
background-color: #AF8A6D;
}
</style>
border-color css
<style>
span { border-color: #AF8A6D; }
span { border-color: rgb(175,138,109); }
td.TdClassName
{
border-color: #AF8A6D;
}
.TagClassName
{
border-color: #AF8A6D;
}
</style>