Shades of Mandalay #AE7A2C
Tints of Mandalay #AE7A2C
RGB
CMYK
RGB Variations
Color information
#AE7A2C (or 0xAE7A2C) is known color: Mandalay. HEX triplet: AE, 7A and 2C. RGB value is (174,122,44). Sum of RGB (Red+Green+Blue) = 174+122+44=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7A2C is #5185D3. Grayscale: #818181. Windows color (decimal): -5342676 or 2914990. OLE color: 2914990.
HSL color Cylindrical-coordinate representation of color #AE7A2C: hue angle of 36º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE7A2C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 44 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.32 |
| HSL | 36º | 0.6% | 0.43% | - |
| HSV(B) | 36º | 0.75% | 0.68% | - |
| XYZ | 24.87 | 23.1 | 5.53 | - |
| YUV | 128.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 44 | 0 | 0.30 | 0.75 | 0.32 | 36 | 0.6 | 0.43 |
| Hex | AE | 7A | 2C | 0 | 1E | 4B | 20 | 24 | 3C | 2B |
| Octal | 256 | 172 | 54 | 0 | 36 | 113 | 40 | 44 | 74 | 53 |
| Binary | 10101110 | 1111010 | 101100 | 0 | 11110 | 1001011 | 100000 | 100100 | 111100 | 101011 |
Color Harmonies of #AE7A2C
Complementary color
Monochromatic Colors of #AE7A2C
Black with #AE7A2C
Text Example
Text Example
White with #AE7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A2C; }
p { color: rgb(174,122,44); }
H1.HeaderClassName
{
color: #AE7A2C;
}
.AnyTagClassName
{
color: #AE7A2C;
}
</style>
background-color css
<style>
a { background-color: #AE7A2C; }
a { background-color: rgb(174,122,44); }
div.DivClassName
{
background-color: #AE7A2C;
}
.BgClassName
{
background-color: #AE7A2C;
}
</style>
border-color css
<style>
span { border-color: #AE7A2C; }
span { border-color: rgb(174,122,44); }
td.TdClassName
{
border-color: #AE7A2C;
}
.TagClassName
{
border-color: #AE7A2C;
}
</style>