Shades of Mandalay #AE822C
Tints of Mandalay #AE822C
RGB
CMYK
RGB Variations
Color information
#AE822C (or 0xAE822C) is known color: Mandalay. HEX triplet: AE, 82 and 2C. RGB value is (174,130,44). Sum of RGB (Red+Green+Blue) = 174+130+44=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE822C is #517DD3. Grayscale: #858585. Windows color (decimal): -5340628 or 2917038. OLE color: 2917038.
HSL color Cylindrical-coordinate representation of color #AE822C: hue angle of 39.69º 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 #AE822C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 44 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.32 |
| HSL | 39.69º | 0.6% | 0.43% | - |
| HSV(B) | 39.69º | 0.75% | 0.68% | - |
| XYZ | 25.89 | 25.15 | 5.87 | - |
| YUV | 133.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 44 | 0 | 0.25 | 0.75 | 0.32 | 39.69 | 0.6 | 0.43 |
| Hex | AE | 82 | 2C | 0 | 19 | 4B | 20 | 28 | 3C | 2B |
| Octal | 256 | 202 | 54 | 0 | 31 | 113 | 40 | 50 | 74 | 53 |
| Binary | 10101110 | 10000010 | 101100 | 0 | 11001 | 1001011 | 100000 | 101000 | 111100 | 101011 |
Color Harmonies of #AE822C
Complementary color
Monochromatic Colors of #AE822C
Black with #AE822C
Text Example
Text Example
White with #AE822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE822C; }
p { color: rgb(174,130,44); }
H1.HeaderClassName
{
color: #AE822C;
}
.AnyTagClassName
{
color: #AE822C;
}
</style>
background-color css
<style>
a { background-color: #AE822C; }
a { background-color: rgb(174,130,44); }
div.DivClassName
{
background-color: #AE822C;
}
.BgClassName
{
background-color: #AE822C;
}
</style>
border-color css
<style>
span { border-color: #AE822C; }
span { border-color: rgb(174,130,44); }
td.TdClassName
{
border-color: #AE822C;
}
.TagClassName
{
border-color: #AE822C;
}
</style>