Shades of Mandalay #AE7B3C
Tints of Mandalay #AE7B3C
RGB
CMYK
RGB Variations
Color information
#AE7B3C (or 0xAE7B3C) is known color: Mandalay. HEX triplet: AE, 7B and 3C. RGB value is (174,123,60). Sum of RGB (Red+Green+Blue) = 174+123+60=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7B3C is #5184C3. Grayscale: #838383. Windows color (decimal): -5342404 or 3963822. OLE color: 3963822.
HSL color Cylindrical-coordinate representation of color #AE7B3C: hue angle of 33.16º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE7B3C is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 60 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.32 |
| HSL | 33.16º | 0.49% | 0.46% | - |
| HSV(B) | 33.16º | 0.66% | 0.68% | - |
| XYZ | 25.35 | 23.49 | 7.47 | - |
| YUV | 131.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 60 | 0 | 0.29 | 0.66 | 0.32 | 33.16 | 0.49 | 0.46 |
| Hex | AE | 7B | 3C | 0 | 1D | 42 | 20 | 21 | 31 | 2E |
| Octal | 256 | 173 | 74 | 0 | 35 | 102 | 40 | 41 | 61 | 56 |
| Binary | 10101110 | 1111011 | 111100 | 0 | 11101 | 1000010 | 100000 | 100001 | 110001 | 101110 |
Color Harmonies of #AE7B3C
Complementary color
Monochromatic Colors of #AE7B3C
Black with #AE7B3C
Text Example
Text Example
White with #AE7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B3C; }
p { color: rgb(174,123,60); }
H1.HeaderClassName
{
color: #AE7B3C;
}
.AnyTagClassName
{
color: #AE7B3C;
}
</style>
background-color css
<style>
a { background-color: #AE7B3C; }
a { background-color: rgb(174,123,60); }
div.DivClassName
{
background-color: #AE7B3C;
}
.BgClassName
{
background-color: #AE7B3C;
}
</style>
border-color css
<style>
span { border-color: #AE7B3C; }
span { border-color: rgb(174,123,60); }
td.TdClassName
{
border-color: #AE7B3C;
}
.TagClassName
{
border-color: #AE7B3C;
}
</style>