Shades of Mandalay #AE7B3A
Tints of Mandalay #AE7B3A
RGB
CMYK
RGB Variations
Color information
#AE7B3A (or 0xAE7B3A) is known color: Mandalay. HEX triplet: AE, 7B and 3A. RGB value is (174,123,58). Sum of RGB (Red+Green+Blue) = 174+123+58=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B3A is #5184C5. Grayscale: #838383. Windows color (decimal): -5342406 or 3832750. OLE color: 3832750.
HSL color Cylindrical-coordinate representation of color #AE7B3A: hue angle of 33.62º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE7B3A is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 58 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.32 |
| HSL | 33.62º | 0.5% | 0.45% | - |
| HSV(B) | 33.62º | 0.67% | 0.68% | - |
| XYZ | 25.3 | 23.47 | 7.2 | - |
| YUV | 130.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 58 | 0 | 0.29 | 0.67 | 0.32 | 33.62 | 0.5 | 0.45 |
| Hex | AE | 7B | 3A | 0 | 1D | 43 | 20 | 22 | 32 | 2D |
| Octal | 256 | 173 | 72 | 0 | 35 | 103 | 40 | 42 | 62 | 55 |
| Binary | 10101110 | 1111011 | 111010 | 0 | 11101 | 1000011 | 100000 | 100010 | 110010 | 101101 |
Color Harmonies of #AE7B3A
Complementary color
Monochromatic Colors of #AE7B3A
Black with #AE7B3A
Text Example
Text Example
White with #AE7B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B3A; }
p { color: rgb(174,123,58); }
H1.HeaderClassName
{
color: #AE7B3A;
}
.AnyTagClassName
{
color: #AE7B3A;
}
</style>
background-color css
<style>
a { background-color: #AE7B3A; }
a { background-color: rgb(174,123,58); }
div.DivClassName
{
background-color: #AE7B3A;
}
.BgClassName
{
background-color: #AE7B3A;
}
</style>
border-color css
<style>
span { border-color: #AE7B3A; }
span { border-color: rgb(174,123,58); }
td.TdClassName
{
border-color: #AE7B3A;
}
.TagClassName
{
border-color: #AE7B3A;
}
</style>