Shades of Rust #AA460A
Tints of Rust #AA460A
RGB
CMYK
RGB Variations
Color information
#AA460A (or 0xAA460A) is known color: Rust. HEX triplet: AA, 46 and 0A. RGB value is (170,70,10). Sum of RGB (Red+Green+Blue) = 170+70+10=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA460A is #55B9F5. Grayscale: #5D5D5D. Windows color (decimal): -5618166 or 673450. OLE color: 673450.
HSL color Cylindrical-coordinate representation of color #AA460A: hue angle of 22.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA460A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 10 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.33 |
| HSL | 22.5º | 0.89% | 0.35% | - |
| HSV(B) | 22.5º | 0.94% | 0.67% | - |
| XYZ | 18.82 | 12.95 | 1.79 | - |
| YUV | 93.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 10 | 0 | 0.59 | 0.94 | 0.33 | 22.5 | 0.89 | 0.35 |
| Hex | AA | 46 | A | 0 | 3B | 5E | 21 | 16 | 59 | 23 |
| Octal | 252 | 106 | 12 | 0 | 73 | 136 | 41 | 26 | 131 | 43 |
| Binary | 10101010 | 1000110 | 1010 | 0 | 111011 | 1011110 | 100001 | 10110 | 1011001 | 100011 |
Color Harmonies of #AA460A
Complementary color
Monochromatic Colors of #AA460A
Black with #AA460A
Text Example
Text Example
White with #AA460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA460A; }
p { color: rgb(170,70,10); }
H1.HeaderClassName
{
color: #AA460A;
}
.AnyTagClassName
{
color: #AA460A;
}
</style>
background-color css
<style>
a { background-color: #AA460A; }
a { background-color: rgb(170,70,10); }
div.DivClassName
{
background-color: #AA460A;
}
.BgClassName
{
background-color: #AA460A;
}
</style>
border-color css
<style>
span { border-color: #AA460A; }
span { border-color: rgb(170,70,10); }
td.TdClassName
{
border-color: #AA460A;
}
.TagClassName
{
border-color: #AA460A;
}
</style>