Shades of Rust #AE5211
Tints of Rust #AE5211
RGB
CMYK
RGB Variations
Color information
#AE5211 (or 0xAE5211) is known color: Rust. HEX triplet: AE, 52 and 11. RGB value is (174,82,17). Sum of RGB (Red+Green+Blue) = 174+82+17=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5211 is #51ADEE. Grayscale: #666666. Windows color (decimal): -5352943 or 1135278. OLE color: 1135278.
HSL color Cylindrical-coordinate representation of color #AE5211: hue angle of 24.84º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE5211 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 82 | 17 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.32 |
| HSL | 24.84º | 0.82% | 0.37% | - |
| HSV(B) | 24.84º | 0.9% | 0.68% | - |
| XYZ | 20.57 | 15.07 | 2.36 | - |
| YUV | 102.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 17 | 0 | 0.53 | 0.90 | 0.32 | 24.84 | 0.82 | 0.37 |
| Hex | AE | 52 | 11 | 0 | 35 | 5A | 20 | 19 | 52 | 25 |
| Octal | 256 | 122 | 21 | 0 | 65 | 132 | 40 | 31 | 122 | 45 |
| Binary | 10101110 | 1010010 | 10001 | 0 | 110101 | 1011010 | 100000 | 11001 | 1010010 | 100101 |
Color Harmonies of #AE5211
Complementary color
Monochromatic Colors of #AE5211
Black with #AE5211
Text Example
Text Example
White with #AE5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5211; }
p { color: rgb(174,82,17); }
H1.HeaderClassName
{
color: #AE5211;
}
.AnyTagClassName
{
color: #AE5211;
}
</style>
background-color css
<style>
a { background-color: #AE5211; }
a { background-color: rgb(174,82,17); }
div.DivClassName
{
background-color: #AE5211;
}
.BgClassName
{
background-color: #AE5211;
}
</style>
border-color css
<style>
span { border-color: #AE5211; }
span { border-color: rgb(174,82,17); }
td.TdClassName
{
border-color: #AE5211;
}
.TagClassName
{
border-color: #AE5211;
}
</style>