Shades of Rust #AE540A
Tints of Rust #AE540A
RGB
CMYK
RGB Variations
Color information
#AE540A (or 0xAE540A) is known color: Rust. HEX triplet: AE, 54 and 0A. RGB value is (174,84,10). Sum of RGB (Red+Green+Blue) = 174+84+10=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE540A is #51ABF5. Grayscale: #666666. Windows color (decimal): -5352438 or 677038. OLE color: 677038.
HSL color Cylindrical-coordinate representation of color #AE540A: hue angle of 27.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE540A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 10 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.32 |
| HSL | 27.07º | 0.89% | 0.36% | - |
| HSV(B) | 27.07º | 0.94% | 0.68% | - |
| XYZ | 20.68 | 15.36 | 2.16 | - |
| YUV | 102.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 10 | 0 | 0.52 | 0.94 | 0.32 | 27.07 | 0.89 | 0.36 |
| Hex | AE | 54 | A | 0 | 34 | 5E | 20 | 1B | 59 | 24 |
| Octal | 256 | 124 | 12 | 0 | 64 | 136 | 40 | 33 | 131 | 44 |
| Binary | 10101110 | 1010100 | 1010 | 0 | 110100 | 1011110 | 100000 | 11011 | 1011001 | 100100 |
Color Harmonies of #AE540A
Complementary color
Monochromatic Colors of #AE540A
Black with #AE540A
Text Example
Text Example
White with #AE540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE540A; }
p { color: rgb(174,84,10); }
H1.HeaderClassName
{
color: #AE540A;
}
.AnyTagClassName
{
color: #AE540A;
}
</style>
background-color css
<style>
a { background-color: #AE540A; }
a { background-color: rgb(174,84,10); }
div.DivClassName
{
background-color: #AE540A;
}
.BgClassName
{
background-color: #AE540A;
}
</style>
border-color css
<style>
span { border-color: #AE540A; }
span { border-color: rgb(174,84,10); }
td.TdClassName
{
border-color: #AE540A;
}
.TagClassName
{
border-color: #AE540A;
}
</style>