Shades of Mandalay #AE7632
Tints of Mandalay #AE7632
RGB
CMYK
RGB Variations
Color information
#AE7632 (or 0xAE7632) is known color: Mandalay. HEX triplet: AE, 76 and 32. RGB value is (174,118,50). Sum of RGB (Red+Green+Blue) = 174+118+50=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7632 is #5189CD. Grayscale: #7F7F7F. Windows color (decimal): -5343694 or 3307182. OLE color: 3307182.
HSL color Cylindrical-coordinate representation of color #AE7632: hue angle of 32.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE7632 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 50 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.32 |
| HSL | 32.9º | 0.55% | 0.44% | - |
| HSV(B) | 32.9º | 0.71% | 0.68% | - |
| XYZ | 24.51 | 22.19 | 6.01 | - |
| YUV | 126.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 50 | 0 | 0.32 | 0.71 | 0.32 | 32.9 | 0.55 | 0.44 |
| Hex | AE | 76 | 32 | 0 | 20 | 47 | 20 | 21 | 37 | 2C |
| Octal | 256 | 166 | 62 | 0 | 40 | 107 | 40 | 41 | 67 | 54 |
| Binary | 10101110 | 1110110 | 110010 | 0 | 100000 | 1000111 | 100000 | 100001 | 110111 | 101100 |
Color Harmonies of #AE7632
Complementary color
Monochromatic Colors of #AE7632
Black with #AE7632
Text Example
Text Example
White with #AE7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7632; }
p { color: rgb(174,118,50); }
H1.HeaderClassName
{
color: #AE7632;
}
.AnyTagClassName
{
color: #AE7632;
}
</style>
background-color css
<style>
a { background-color: #AE7632; }
a { background-color: rgb(174,118,50); }
div.DivClassName
{
background-color: #AE7632;
}
.BgClassName
{
background-color: #AE7632;
}
</style>
border-color css
<style>
span { border-color: #AE7632; }
span { border-color: rgb(174,118,50); }
td.TdClassName
{
border-color: #AE7632;
}
.TagClassName
{
border-color: #AE7632;
}
</style>