Shades of Rust #AA540C
Tints of Rust #AA540C
RGB
CMYK
RGB Variations
Color information
#AA540C (or 0xAA540C) is known color: Rust. HEX triplet: AA, 54 and 0C. RGB value is (170,84,12). Sum of RGB (Red+Green+Blue) = 170+84+12=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA540C is #55ABF3. Grayscale: #656565. Windows color (decimal): -5614580 or 808106. OLE color: 808106.
HSL color Cylindrical-coordinate representation of color #AA540C: hue angle of 27.34º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA540C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.33 |
| HSL | 27.34º | 0.87% | 0.36% | - |
| HSV(B) | 27.34º | 0.93% | 0.67% | - |
| XYZ | 19.81 | 14.91 | 2.18 | - |
| YUV | 101.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 12 | 0 | 0.51 | 0.93 | 0.33 | 27.34 | 0.87 | 0.36 |
| Hex | AA | 54 | C | 0 | 33 | 5D | 21 | 1B | 57 | 24 |
| Octal | 252 | 124 | 14 | 0 | 63 | 135 | 41 | 33 | 127 | 44 |
| Binary | 10101010 | 1010100 | 1100 | 0 | 110011 | 1011101 | 100001 | 11011 | 1010111 | 100100 |
Color Harmonies of #AA540C
Complementary color
Monochromatic Colors of #AA540C
Black with #AA540C
Text Example
Text Example
White with #AA540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA540C; }
p { color: rgb(170,84,12); }
H1.HeaderClassName
{
color: #AA540C;
}
.AnyTagClassName
{
color: #AA540C;
}
</style>
background-color css
<style>
a { background-color: #AA540C; }
a { background-color: rgb(170,84,12); }
div.DivClassName
{
background-color: #AA540C;
}
.BgClassName
{
background-color: #AA540C;
}
</style>
border-color css
<style>
span { border-color: #AA540C; }
span { border-color: rgb(170,84,12); }
td.TdClassName
{
border-color: #AA540C;
}
.TagClassName
{
border-color: #AA540C;
}
</style>