Shades of Red Stage #AE542A
Tints of Red Stage #AE542A
RGB
CMYK
RGB Variations
Color information
#AE542A (or 0xAE542A) is known color: Red Stage. HEX triplet: AE, 54 and 2A. RGB value is (174,84,42). Sum of RGB (Red+Green+Blue) = 174+84+42=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE542A is #51ABD5. Grayscale: #6A6A6A. Windows color (decimal): -5352406 or 2774190. OLE color: 2774190.
HSL color Cylindrical-coordinate representation of color #AE542A: hue angle of 19.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE542A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 42 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.32 |
| HSL | 19.09º | 0.61% | 0.42% | - |
| HSV(B) | 19.09º | 0.76% | 0.68% | - |
| XYZ | 21.04 | 15.51 | 4.07 | - |
| YUV | 106.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 42 | 0 | 0.52 | 0.76 | 0.32 | 19.09 | 0.61 | 0.42 |
| Hex | AE | 54 | 2A | 0 | 34 | 4C | 20 | 13 | 3D | 2A |
| Octal | 256 | 124 | 52 | 0 | 64 | 114 | 40 | 23 | 75 | 52 |
| Binary | 10101110 | 1010100 | 101010 | 0 | 110100 | 1001100 | 100000 | 10011 | 111101 | 101010 |
Color Harmonies of #AE542A
Complementary color
Monochromatic Colors of #AE542A
Black with #AE542A
Text Example
Text Example
White with #AE542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE542A; }
p { color: rgb(174,84,42); }
H1.HeaderClassName
{
color: #AE542A;
}
.AnyTagClassName
{
color: #AE542A;
}
</style>
background-color css
<style>
a { background-color: #AE542A; }
a { background-color: rgb(174,84,42); }
div.DivClassName
{
background-color: #AE542A;
}
.BgClassName
{
background-color: #AE542A;
}
</style>
border-color css
<style>
span { border-color: #AE542A; }
span { border-color: rgb(174,84,42); }
td.TdClassName
{
border-color: #AE542A;
}
.TagClassName
{
border-color: #AE542A;
}
</style>