Shades of Rust #AE5610
Tints of Rust #AE5610
RGB
CMYK
RGB Variations
Color information
#AE5610 (or 0xAE5610) is known color: Rust. HEX triplet: AE, 56 and 10. RGB value is (174,86,16). Sum of RGB (Red+Green+Blue) = 174+86+16=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5610 is #51A9EF. Grayscale: #686868. Windows color (decimal): -5351920 or 1070766. OLE color: 1070766.
HSL color Cylindrical-coordinate representation of color #AE5610: hue angle of 26.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE5610 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 16 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.32 |
| HSL | 26.58º | 0.83% | 0.37% | - |
| HSV(B) | 26.58º | 0.91% | 0.68% | - |
| XYZ | 20.88 | 15.69 | 2.42 | - |
| YUV | 104.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 16 | 0 | 0.51 | 0.91 | 0.32 | 26.58 | 0.83 | 0.37 |
| Hex | AE | 56 | 10 | 0 | 33 | 5B | 20 | 1B | 53 | 25 |
| Octal | 256 | 126 | 20 | 0 | 63 | 133 | 40 | 33 | 123 | 45 |
| Binary | 10101110 | 1010110 | 10000 | 0 | 110011 | 1011011 | 100000 | 11011 | 1010011 | 100101 |
Color Harmonies of #AE5610
Complementary color
Monochromatic Colors of #AE5610
Black with #AE5610
Text Example
Text Example
White with #AE5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5610; }
p { color: rgb(174,86,16); }
H1.HeaderClassName
{
color: #AE5610;
}
.AnyTagClassName
{
color: #AE5610;
}
</style>
background-color css
<style>
a { background-color: #AE5610; }
a { background-color: rgb(174,86,16); }
div.DivClassName
{
background-color: #AE5610;
}
.BgClassName
{
background-color: #AE5610;
}
</style>
border-color css
<style>
span { border-color: #AE5610; }
span { border-color: rgb(174,86,16); }
td.TdClassName
{
border-color: #AE5610;
}
.TagClassName
{
border-color: #AE5610;
}
</style>