Shades of Mandalay #AE802D
Tints of Mandalay #AE802D
RGB
CMYK
RGB Variations
Color information
#AE802D (or 0xAE802D) is known color: Mandalay. HEX triplet: AE, 80 and 2D. RGB value is (174,128,45). Sum of RGB (Red+Green+Blue) = 174+128+45=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE802D is #517FD2. Grayscale: #848484. Windows color (decimal): -5341139 or 2982062. OLE color: 2982062.
HSL color Cylindrical-coordinate representation of color #AE802D: hue angle of 38.6º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE802D is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 45 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.32 |
| HSL | 38.6º | 0.59% | 0.43% | - |
| HSV(B) | 38.6º | 0.74% | 0.68% | - |
| XYZ | 25.65 | 24.63 | 5.88 | - |
| YUV | 132.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 45 | 0 | 0.26 | 0.74 | 0.32 | 38.6 | 0.59 | 0.43 |
| Hex | AE | 80 | 2D | 0 | 1A | 4A | 20 | 27 | 3B | 2B |
| Octal | 256 | 200 | 55 | 0 | 32 | 112 | 40 | 47 | 73 | 53 |
| Binary | 10101110 | 10000000 | 101101 | 0 | 11010 | 1001010 | 100000 | 100111 | 111011 | 101011 |
Color Harmonies of #AE802D
Complementary color
Monochromatic Colors of #AE802D
Black with #AE802D
Text Example
Text Example
White with #AE802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE802D; }
p { color: rgb(174,128,45); }
H1.HeaderClassName
{
color: #AE802D;
}
.AnyTagClassName
{
color: #AE802D;
}
</style>
background-color css
<style>
a { background-color: #AE802D; }
a { background-color: rgb(174,128,45); }
div.DivClassName
{
background-color: #AE802D;
}
.BgClassName
{
background-color: #AE802D;
}
</style>
border-color css
<style>
span { border-color: #AE802D; }
span { border-color: rgb(174,128,45); }
td.TdClassName
{
border-color: #AE802D;
}
.TagClassName
{
border-color: #AE802D;
}
</style>