Shades of Mandalay #AE822D
Tints of Mandalay #AE822D
RGB
CMYK
RGB Variations
Color information
#AE822D (or 0xAE822D) is known color: Mandalay. HEX triplet: AE, 82 and 2D. RGB value is (174,130,45). Sum of RGB (Red+Green+Blue) = 174+130+45=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE822D is #517DD2. Grayscale: #858585. Windows color (decimal): -5340627 or 2982574. OLE color: 2982574.
HSL color Cylindrical-coordinate representation of color #AE822D: hue angle of 39.53º 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 #AE822D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 45 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.32 |
| HSL | 39.53º | 0.59% | 0.43% | - |
| HSV(B) | 39.53º | 0.74% | 0.68% | - |
| XYZ | 25.91 | 25.15 | 5.97 | - |
| YUV | 133.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 45 | 0 | 0.25 | 0.74 | 0.32 | 39.53 | 0.59 | 0.43 |
| Hex | AE | 82 | 2D | 0 | 19 | 4A | 20 | 28 | 3B | 2B |
| Octal | 256 | 202 | 55 | 0 | 31 | 112 | 40 | 50 | 73 | 53 |
| Binary | 10101110 | 10000010 | 101101 | 0 | 11001 | 1001010 | 100000 | 101000 | 111011 | 101011 |
Color Harmonies of #AE822D
Complementary color
Monochromatic Colors of #AE822D
Black with #AE822D
Text Example
Text Example
White with #AE822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE822D; }
p { color: rgb(174,130,45); }
H1.HeaderClassName
{
color: #AE822D;
}
.AnyTagClassName
{
color: #AE822D;
}
</style>
background-color css
<style>
a { background-color: #AE822D; }
a { background-color: rgb(174,130,45); }
div.DivClassName
{
background-color: #AE822D;
}
.BgClassName
{
background-color: #AE822D;
}
</style>
border-color css
<style>
span { border-color: #AE822D; }
span { border-color: rgb(174,130,45); }
td.TdClassName
{
border-color: #AE822D;
}
.TagClassName
{
border-color: #AE822D;
}
</style>