Shades of Red Stage #AE5333
Tints of Red Stage #AE5333
RGB
CMYK
RGB Variations
Color information
#AE5333 (or 0xAE5333) is known color: Red Stage. HEX triplet: AE, 53 and 33. RGB value is (174,83,51). Sum of RGB (Red+Green+Blue) = 174+83+51=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5333 is #51ACCC. Grayscale: #6A6A6A. Windows color (decimal): -5352653 or 3363758. OLE color: 3363758.
HSL color Cylindrical-coordinate representation of color #AE5333: hue angle of 15.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE5333 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 51 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.32 |
| HSL | 15.61º | 0.55% | 0.44% | - |
| HSV(B) | 15.61º | 0.71% | 0.68% | - |
| XYZ | 21.15 | 15.42 | 4.99 | - |
| YUV | 106.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 51 | 0 | 0.52 | 0.71 | 0.32 | 15.61 | 0.55 | 0.44 |
| Hex | AE | 53 | 33 | 0 | 34 | 47 | 20 | 10 | 37 | 2C |
| Octal | 256 | 123 | 63 | 0 | 64 | 107 | 40 | 20 | 67 | 54 |
| Binary | 10101110 | 1010011 | 110011 | 0 | 110100 | 1000111 | 100000 | 10000 | 110111 | 101100 |
Color Harmonies of #AE5333
Complementary color
Monochromatic Colors of #AE5333
Black with #AE5333
Text Example
Text Example
White with #AE5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5333; }
p { color: rgb(174,83,51); }
H1.HeaderClassName
{
color: #AE5333;
}
.AnyTagClassName
{
color: #AE5333;
}
</style>
background-color css
<style>
a { background-color: #AE5333; }
a { background-color: rgb(174,83,51); }
div.DivClassName
{
background-color: #AE5333;
}
.BgClassName
{
background-color: #AE5333;
}
</style>
border-color css
<style>
span { border-color: #AE5333; }
span { border-color: rgb(174,83,51); }
td.TdClassName
{
border-color: #AE5333;
}
.TagClassName
{
border-color: #AE5333;
}
</style>