Shades of Red Stage #AE542D
Tints of Red Stage #AE542D
RGB
CMYK
RGB Variations
Color information
#AE542D (or 0xAE542D) is known color: Red Stage. HEX triplet: AE, 54 and 2D. RGB value is (174,84,45). Sum of RGB (Red+Green+Blue) = 174+84+45=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE542D is #51ABD2. Grayscale: #6A6A6A. Windows color (decimal): -5352403 or 2970798. OLE color: 2970798.
HSL color Cylindrical-coordinate representation of color #AE542D: hue angle of 18.14º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE542D is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 45 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.32 |
| HSL | 18.14º | 0.59% | 0.43% | - |
| HSV(B) | 18.14º | 0.74% | 0.68% | - |
| XYZ | 21.1 | 15.53 | 4.37 | - |
| YUV | 106.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 45 | 0 | 0.52 | 0.74 | 0.32 | 18.14 | 0.59 | 0.43 |
| Hex | AE | 54 | 2D | 0 | 34 | 4A | 20 | 12 | 3B | 2B |
| Octal | 256 | 124 | 55 | 0 | 64 | 112 | 40 | 22 | 73 | 53 |
| Binary | 10101110 | 1010100 | 101101 | 0 | 110100 | 1001010 | 100000 | 10010 | 111011 | 101011 |
Color Harmonies of #AE542D
Complementary color
Monochromatic Colors of #AE542D
Black with #AE542D
Text Example
Text Example
White with #AE542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE542D; }
p { color: rgb(174,84,45); }
H1.HeaderClassName
{
color: #AE542D;
}
.AnyTagClassName
{
color: #AE542D;
}
</style>
background-color css
<style>
a { background-color: #AE542D; }
a { background-color: rgb(174,84,45); }
div.DivClassName
{
background-color: #AE542D;
}
.BgClassName
{
background-color: #AE542D;
}
</style>
border-color css
<style>
span { border-color: #AE542D; }
span { border-color: rgb(174,84,45); }
td.TdClassName
{
border-color: #AE542D;
}
.TagClassName
{
border-color: #AE542D;
}
</style>