Shades of Mongoose #AE8C6D
Tints of Mongoose #AE8C6D
RGB
CMYK
RGB Variations
Color information
#AE8C6D (or 0xAE8C6D) is known color: Mongoose. HEX triplet: AE, 8C and 6D. RGB value is (174,140,109). Sum of RGB (Red+Green+Blue) = 174+140+109=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C6D is #517392. Grayscale: #929292. Windows color (decimal): -5338003 or 7179438. OLE color: 7179438.
HSL color Cylindrical-coordinate representation of color #AE8C6D: hue angle of 28.62º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE8C6D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 109 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.32 |
| HSL | 28.62º | 0.29% | 0.55% | - |
| HSV(B) | 28.62º | 0.37% | 0.68% | - |
| XYZ | 29.59 | 28.86 | 18.48 | - |
| YUV | 146.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 109 | 0 | 0.20 | 0.37 | 0.32 | 28.62 | 0.29 | 0.55 |
| Hex | AE | 8C | 6D | 0 | 14 | 25 | 20 | 1D | 1D | 37 |
| Octal | 256 | 214 | 155 | 0 | 24 | 45 | 40 | 35 | 35 | 67 |
| Binary | 10101110 | 10001100 | 1101101 | 0 | 10100 | 100101 | 100000 | 11101 | 11101 | 110111 |
Color Harmonies of #AE8C6D
Complementary color
Monochromatic Colors of #AE8C6D
Black with #AE8C6D
Text Example
Text Example
White with #AE8C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C6D; }
p { color: rgb(174,140,109); }
H1.HeaderClassName
{
color: #AE8C6D;
}
.AnyTagClassName
{
color: #AE8C6D;
}
</style>
background-color css
<style>
a { background-color: #AE8C6D; }
a { background-color: rgb(174,140,109); }
div.DivClassName
{
background-color: #AE8C6D;
}
.BgClassName
{
background-color: #AE8C6D;
}
</style>
border-color css
<style>
span { border-color: #AE8C6D; }
span { border-color: rgb(174,140,109); }
td.TdClassName
{
border-color: #AE8C6D;
}
.TagClassName
{
border-color: #AE8C6D;
}
</style>