Shades of Mandalay #AE7E31
Tints of Mandalay #AE7E31
RGB
CMYK
RGB Variations
Color information
#AE7E31 (or 0xAE7E31) is known color: Mandalay. HEX triplet: AE, 7E and 31. RGB value is (174,126,49). Sum of RGB (Red+Green+Blue) = 174+126+49=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E31 is #5181CE. Grayscale: #838383. Windows color (decimal): -5341647 or 3243694. OLE color: 3243694.
HSL color Cylindrical-coordinate representation of color #AE7E31: hue angle of 36.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE7E31 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 126 | 49 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.32 |
| HSL | 36.96º | 0.56% | 0.44% | - |
| HSV(B) | 36.96º | 0.72% | 0.68% | - |
| XYZ | 25.47 | 24.14 | 6.22 | - |
| YUV | 131.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 126 | 49 | 0 | 0.28 | 0.72 | 0.32 | 36.96 | 0.56 | 0.44 |
| Hex | AE | 7E | 31 | 0 | 1C | 48 | 20 | 25 | 38 | 2C |
| Octal | 256 | 176 | 61 | 0 | 34 | 110 | 40 | 45 | 70 | 54 |
| Binary | 10101110 | 1111110 | 110001 | 0 | 11100 | 1001000 | 100000 | 100101 | 111000 | 101100 |
Color Harmonies of #AE7E31
Complementary color
Monochromatic Colors of #AE7E31
Black with #AE7E31
Text Example
Text Example
White with #AE7E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7E31; }
p { color: rgb(174,126,49); }
H1.HeaderClassName
{
color: #AE7E31;
}
.AnyTagClassName
{
color: #AE7E31;
}
</style>
background-color css
<style>
a { background-color: #AE7E31; }
a { background-color: rgb(174,126,49); }
div.DivClassName
{
background-color: #AE7E31;
}
.BgClassName
{
background-color: #AE7E31;
}
</style>
border-color css
<style>
span { border-color: #AE7E31; }
span { border-color: rgb(174,126,49); }
td.TdClassName
{
border-color: #AE7E31;
}
.TagClassName
{
border-color: #AE7E31;
}
</style>