Shades of Mandalay #AE822A
Tints of Mandalay #AE822A
RGB
CMYK
RGB Variations
Color information
#AE822A (or 0xAE822A) is known color: Mandalay. HEX triplet: AE, 82 and 2A. RGB value is (174,130,42). Sum of RGB (Red+Green+Blue) = 174+130+42=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE822A is #517DD5. Grayscale: #858585. Windows color (decimal): -5340630 or 2785966. OLE color: 2785966.
HSL color Cylindrical-coordinate representation of color #AE822A: hue angle of 40º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE822A is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 42 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.32 |
| HSL | 40º | 0.61% | 0.42% | - |
| HSV(B) | 40º | 0.76% | 0.68% | - |
| XYZ | 25.86 | 25.13 | 5.68 | - |
| YUV | 133.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 42 | 0 | 0.25 | 0.76 | 0.32 | 40 | 0.61 | 0.42 |
| Hex | AE | 82 | 2A | 0 | 19 | 4C | 20 | 28 | 3D | 2A |
| Octal | 256 | 202 | 52 | 0 | 31 | 114 | 40 | 50 | 75 | 52 |
| Binary | 10101110 | 10000010 | 101010 | 0 | 11001 | 1001100 | 100000 | 101000 | 111101 | 101010 |
Color Harmonies of #AE822A
Complementary color
Monochromatic Colors of #AE822A
Black with #AE822A
Text Example
Text Example
White with #AE822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE822A; }
p { color: rgb(174,130,42); }
H1.HeaderClassName
{
color: #AE822A;
}
.AnyTagClassName
{
color: #AE822A;
}
</style>
background-color css
<style>
a { background-color: #AE822A; }
a { background-color: rgb(174,130,42); }
div.DivClassName
{
background-color: #AE822A;
}
.BgClassName
{
background-color: #AE822A;
}
</style>
border-color css
<style>
span { border-color: #AE822A; }
span { border-color: rgb(174,130,42); }
td.TdClassName
{
border-color: #AE822A;
}
.TagClassName
{
border-color: #AE822A;
}
</style>