Shades of Mandalay #AE8228
Tints of Mandalay #AE8228
RGB
CMYK
RGB Variations
Color information
#AE8228 (or 0xAE8228) is known color: Mandalay. HEX triplet: AE, 82 and 28. RGB value is (174,130,40). Sum of RGB (Red+Green+Blue) = 174+130+40=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8228 is #517DD7. Grayscale: #858585. Windows color (decimal): -5340632 or 2654894. OLE color: 2654894.
HSL color Cylindrical-coordinate representation of color #AE8228: hue angle of 40.3º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE8228 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 40 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.32 |
| HSL | 40.3º | 0.63% | 0.42% | - |
| HSV(B) | 40.3º | 0.77% | 0.68% | - |
| XYZ | 25.82 | 25.12 | 5.49 | - |
| YUV | 132.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 40 | 0 | 0.25 | 0.77 | 0.32 | 40.3 | 0.63 | 0.42 |
| Hex | AE | 82 | 28 | 0 | 19 | 4D | 20 | 28 | 3F | 2A |
| Octal | 256 | 202 | 50 | 0 | 31 | 115 | 40 | 50 | 77 | 52 |
| Binary | 10101110 | 10000010 | 101000 | 0 | 11001 | 1001101 | 100000 | 101000 | 111111 | 101010 |
Color Harmonies of #AE8228
Complementary color
Monochromatic Colors of #AE8228
Black with #AE8228
Text Example
Text Example
White with #AE8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8228; }
p { color: rgb(174,130,40); }
H1.HeaderClassName
{
color: #AE8228;
}
.AnyTagClassName
{
color: #AE8228;
}
</style>
background-color css
<style>
a { background-color: #AE8228; }
a { background-color: rgb(174,130,40); }
div.DivClassName
{
background-color: #AE8228;
}
.BgClassName
{
background-color: #AE8228;
}
</style>
border-color css
<style>
span { border-color: #AE8228; }
span { border-color: rgb(174,130,40); }
td.TdClassName
{
border-color: #AE8228;
}
.TagClassName
{
border-color: #AE8228;
}
</style>