Shades of Rust #AE5600
Tints of Rust #AE5600
RGB
CMYK
RGB Variations
Color information
#AE5600 (or 0xAE5600) is known color: Rust. HEX triplet: AE, 56 and 00. RGB value is (174,86,0). Sum of RGB (Red+Green+Blue) = 174+86+0=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5600 is #51A9FF. Grayscale: #666666. Windows color (decimal): -5351936 or 22190. OLE color: 22190.
HSL color Cylindrical-coordinate representation of color #AE5600: hue angle of 29.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE5600 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.32 |
| HSL | 29.66º | 1% | 0.34% | - |
| HSV(B) | 29.66º | 1% | 0.68% | - |
| XYZ | 20.78 | 15.65 | 1.93 | - |
| YUV | 102.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 0 | 0 | 0.51 | 1 | 0.32 | 29.66 | 1 | 0.34 |
| Hex | AE | 56 | 0 | 0 | 33 | 64 | 20 | 1E | 64 | 22 |
| Octal | 256 | 126 | 0 | 0 | 63 | 144 | 40 | 36 | 144 | 42 |
| Binary | 10101110 | 1010110 | 0 | 0 | 110011 | 1100100 | 100000 | 11110 | 1100100 | 100010 |
Color Harmonies of #AE5600
Complementary color
Monochromatic Colors of #AE5600
Black with #AE5600
Text Example
Text Example
White with #AE5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5600; }
p { color: rgb(174,86,0); }
H1.HeaderClassName
{
color: #AE5600;
}
.AnyTagClassName
{
color: #AE5600;
}
</style>
background-color css
<style>
a { background-color: #AE5600; }
a { background-color: rgb(174,86,0); }
div.DivClassName
{
background-color: #AE5600;
}
.BgClassName
{
background-color: #AE5600;
}
</style>
border-color css
<style>
span { border-color: #AE5600; }
span { border-color: rgb(174,86,0); }
td.TdClassName
{
border-color: #AE5600;
}
.TagClassName
{
border-color: #AE5600;
}
</style>