Shades of Mandalay #AE7D2F
Tints of Mandalay #AE7D2F
RGB
CMYK
RGB Variations
Color information
#AE7D2F (or 0xAE7D2F) is known color: Mandalay. HEX triplet: AE, 7D and 2F. RGB value is (174,125,47). Sum of RGB (Red+Green+Blue) = 174+125+47=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D2F is #5182D0. Grayscale: #838383. Windows color (decimal): -5341905 or 3112366. OLE color: 3112366.
HSL color Cylindrical-coordinate representation of color #AE7D2F: hue angle of 36.85º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE7D2F is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 125 | 47 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.32 |
| HSL | 36.85º | 0.57% | 0.43% | - |
| HSV(B) | 36.85º | 0.73% | 0.68% | - |
| XYZ | 25.3 | 23.87 | 5.96 | - |
| YUV | 130.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 47 | 0 | 0.28 | 0.73 | 0.32 | 36.85 | 0.57 | 0.43 |
| Hex | AE | 7D | 2F | 0 | 1C | 49 | 20 | 25 | 39 | 2B |
| Octal | 256 | 175 | 57 | 0 | 34 | 111 | 40 | 45 | 71 | 53 |
| Binary | 10101110 | 1111101 | 101111 | 0 | 11100 | 1001001 | 100000 | 100101 | 111001 | 101011 |
Color Harmonies of #AE7D2F
Complementary color
Monochromatic Colors of #AE7D2F
Black with #AE7D2F
Text Example
Text Example
White with #AE7D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7D2F; }
p { color: rgb(174,125,47); }
H1.HeaderClassName
{
color: #AE7D2F;
}
.AnyTagClassName
{
color: #AE7D2F;
}
</style>
background-color css
<style>
a { background-color: #AE7D2F; }
a { background-color: rgb(174,125,47); }
div.DivClassName
{
background-color: #AE7D2F;
}
.BgClassName
{
background-color: #AE7D2F;
}
</style>
border-color css
<style>
span { border-color: #AE7D2F; }
span { border-color: rgb(174,125,47); }
td.TdClassName
{
border-color: #AE7D2F;
}
.TagClassName
{
border-color: #AE7D2F;
}
</style>