Shades of Mongoose #AE8B6A
Tints of Mongoose #AE8B6A
RGB
CMYK
RGB Variations
Color information
#AE8B6A (or 0xAE8B6A) is known color: Mongoose. HEX triplet: AE, 8B and 6A. RGB value is (174,139,106). Sum of RGB (Red+Green+Blue) = 174+139+106=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B6A is #517495. Grayscale: #919191. Windows color (decimal): -5338262 or 6982574. OLE color: 6982574.
HSL color Cylindrical-coordinate representation of color #AE8B6A: hue angle of 29.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE8B6A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 139 | 106 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.32 |
| HSL | 29.12º | 0.3% | 0.55% | - |
| HSV(B) | 29.12º | 0.39% | 0.68% | - |
| XYZ | 29.29 | 28.5 | 17.59 | - |
| YUV | 145.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 106 | 0 | 0.20 | 0.39 | 0.32 | 29.12 | 0.3 | 0.55 |
| Hex | AE | 8B | 6A | 0 | 14 | 27 | 20 | 1D | 1E | 37 |
| Octal | 256 | 213 | 152 | 0 | 24 | 47 | 40 | 35 | 36 | 67 |
| Binary | 10101110 | 10001011 | 1101010 | 0 | 10100 | 100111 | 100000 | 11101 | 11110 | 110111 |
Color Harmonies of #AE8B6A
Complementary color
Monochromatic Colors of #AE8B6A
Black with #AE8B6A
Text Example
Text Example
White with #AE8B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8B6A; }
p { color: rgb(174,139,106); }
H1.HeaderClassName
{
color: #AE8B6A;
}
.AnyTagClassName
{
color: #AE8B6A;
}
</style>
background-color css
<style>
a { background-color: #AE8B6A; }
a { background-color: rgb(174,139,106); }
div.DivClassName
{
background-color: #AE8B6A;
}
.BgClassName
{
background-color: #AE8B6A;
}
</style>
border-color css
<style>
span { border-color: #AE8B6A; }
span { border-color: rgb(174,139,106); }
td.TdClassName
{
border-color: #AE8B6A;
}
.TagClassName
{
border-color: #AE8B6A;
}
</style>