Shades of Rust #AE560C
Tints of Rust #AE560C
RGB
CMYK
RGB Variations
Color information
#AE560C (or 0xAE560C) is known color: Rust. HEX triplet: AE, 56 and 0C. RGB value is (174,86,12). Sum of RGB (Red+Green+Blue) = 174+86+12=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE560C is #51A9F3. Grayscale: #686868. Windows color (decimal): -5351924 or 808622. OLE color: 808622.
HSL color Cylindrical-coordinate representation of color #AE560C: hue angle of 27.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE560C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.32 |
| HSL | 27.41º | 0.87% | 0.36% | - |
| HSV(B) | 27.41º | 0.93% | 0.68% | - |
| XYZ | 20.85 | 15.68 | 2.28 | - |
| YUV | 103.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 12 | 0 | 0.51 | 0.93 | 0.32 | 27.41 | 0.87 | 0.36 |
| Hex | AE | 56 | C | 0 | 33 | 5D | 20 | 1B | 57 | 24 |
| Octal | 256 | 126 | 14 | 0 | 63 | 135 | 40 | 33 | 127 | 44 |
| Binary | 10101110 | 1010110 | 1100 | 0 | 110011 | 1011101 | 100000 | 11011 | 1010111 | 100100 |
Color Harmonies of #AE560C
Complementary color
Monochromatic Colors of #AE560C
Black with #AE560C
Text Example
Text Example
White with #AE560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE560C; }
p { color: rgb(174,86,12); }
H1.HeaderClassName
{
color: #AE560C;
}
.AnyTagClassName
{
color: #AE560C;
}
</style>
background-color css
<style>
a { background-color: #AE560C; }
a { background-color: rgb(174,86,12); }
div.DivClassName
{
background-color: #AE560C;
}
.BgClassName
{
background-color: #AE560C;
}
</style>
border-color css
<style>
span { border-color: #AE560C; }
span { border-color: rgb(174,86,12); }
td.TdClassName
{
border-color: #AE560C;
}
.TagClassName
{
border-color: #AE560C;
}
</style>