Shades of Rust #AA5101
Tints of Rust #AA5101
RGB
CMYK
RGB Variations
Color information
#AA5101 (or 0xAA5101) is known color: Rust. HEX triplet: AA, 51 and 01. RGB value is (170,81,1). Sum of RGB (Red+Green+Blue) = 170+81+1=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5101 is #55AEFE. Grayscale: #626262. Windows color (decimal): -5615359 or 86442. OLE color: 86442.
HSL color Cylindrical-coordinate representation of color #AA5101: hue angle of 28.4º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA5101 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.33 |
| HSL | 28.4º | 0.99% | 0.34% | - |
| HSV(B) | 28.4º | 0.99% | 0.67% | - |
| XYZ | 19.53 | 14.43 | 1.79 | - |
| YUV | 98.49 | 72.99 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 1 | 0 | 0.52 | 0.99 | 0.33 | 28.4 | 0.99 | 0.34 |
| Hex | AA | 51 | 1 | 0 | 34 | 63 | 21 | 1C | 63 | 22 |
| Octal | 252 | 121 | 1 | 0 | 64 | 143 | 41 | 34 | 143 | 42 |
| Binary | 10101010 | 1010001 | 1 | 0 | 110100 | 1100011 | 100001 | 11100 | 1100011 | 100010 |
Color Harmonies of #AA5101
Complementary color
Monochromatic Colors of #AA5101
Black with #AA5101
Text Example
Text Example
White with #AA5101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5101; }
p { color: rgb(170,81,1); }
H1.HeaderClassName
{
color: #AA5101;
}
.AnyTagClassName
{
color: #AA5101;
}
</style>
background-color css
<style>
a { background-color: #AA5101; }
a { background-color: rgb(170,81,1); }
div.DivClassName
{
background-color: #AA5101;
}
.BgClassName
{
background-color: #AA5101;
}
</style>
border-color css
<style>
span { border-color: #AA5101; }
span { border-color: rgb(170,81,1); }
td.TdClassName
{
border-color: #AA5101;
}
.TagClassName
{
border-color: #AA5101;
}
</style>