Shades of Rust #AE520E
Tints of Rust #AE520E
RGB
CMYK
RGB Variations
Color information
#AE520E (or 0xAE520E) is known color: Rust. HEX triplet: AE, 52 and 0E. RGB value is (174,82,14). Sum of RGB (Red+Green+Blue) = 174+82+14=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE520E is #51ADF1. Grayscale: #666666. Windows color (decimal): -5352946 or 938670. OLE color: 938670.
HSL color Cylindrical-coordinate representation of color #AE520E: hue angle of 25.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE520E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 82 | 14 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.32 |
| HSL | 25.5º | 0.85% | 0.37% | - |
| HSV(B) | 25.5º | 0.92% | 0.68% | - |
| XYZ | 20.55 | 15.06 | 2.24 | - |
| YUV | 101.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 14 | 0 | 0.53 | 0.92 | 0.32 | 25.5 | 0.85 | 0.37 |
| Hex | AE | 52 | E | 0 | 35 | 5C | 20 | 1A | 55 | 25 |
| Octal | 256 | 122 | 16 | 0 | 65 | 134 | 40 | 32 | 125 | 45 |
| Binary | 10101110 | 1010010 | 1110 | 0 | 110101 | 1011100 | 100000 | 11010 | 1010101 | 100101 |
Color Harmonies of #AE520E
Complementary color
Monochromatic Colors of #AE520E
Black with #AE520E
Text Example
Text Example
White with #AE520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE520E; }
p { color: rgb(174,82,14); }
H1.HeaderClassName
{
color: #AE520E;
}
.AnyTagClassName
{
color: #AE520E;
}
</style>
background-color css
<style>
a { background-color: #AE520E; }
a { background-color: rgb(174,82,14); }
div.DivClassName
{
background-color: #AE520E;
}
.BgClassName
{
background-color: #AE520E;
}
</style>
border-color css
<style>
span { border-color: #AE520E; }
span { border-color: rgb(174,82,14); }
td.TdClassName
{
border-color: #AE520E;
}
.TagClassName
{
border-color: #AE520E;
}
</style>