Shades of Rust #AE5405
Tints of Rust #AE5405
RGB
CMYK
RGB Variations
Color information
#AE5405 (or 0xAE5405) is known color: Rust. HEX triplet: AE, 54 and 05. RGB value is (174,84,5). Sum of RGB (Red+Green+Blue) = 174+84+5=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5405 is #51ABFA. Grayscale: #666666. Windows color (decimal): -5352443 or 349358. OLE color: 349358.
HSL color Cylindrical-coordinate representation of color #AE5405: hue angle of 28.05º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE5405 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.32 |
| HSL | 28.05º | 0.94% | 0.35% | - |
| HSV(B) | 28.05º | 0.97% | 0.68% | - |
| XYZ | 20.65 | 15.35 | 2.02 | - |
| YUV | 101.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 5 | 0 | 0.52 | 0.97 | 0.32 | 28.05 | 0.94 | 0.35 |
| Hex | AE | 54 | 5 | 0 | 34 | 61 | 20 | 1C | 5E | 23 |
| Octal | 256 | 124 | 5 | 0 | 64 | 141 | 40 | 34 | 136 | 43 |
| Binary | 10101110 | 1010100 | 101 | 0 | 110100 | 1100001 | 100000 | 11100 | 1011110 | 100011 |
Color Harmonies of #AE5405
Complementary color
Monochromatic Colors of #AE5405
Black with #AE5405
Text Example
Text Example
White with #AE5405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5405; }
p { color: rgb(174,84,5); }
H1.HeaderClassName
{
color: #AE5405;
}
.AnyTagClassName
{
color: #AE5405;
}
</style>
background-color css
<style>
a { background-color: #AE5405; }
a { background-color: rgb(174,84,5); }
div.DivClassName
{
background-color: #AE5405;
}
.BgClassName
{
background-color: #AE5405;
}
</style>
border-color css
<style>
span { border-color: #AE5405; }
span { border-color: rgb(174,84,5); }
td.TdClassName
{
border-color: #AE5405;
}
.TagClassName
{
border-color: #AE5405;
}
</style>