Shades of Rust #AA520F
Tints of Rust #AA520F
RGB
CMYK
RGB Variations
Color information
#AA520F (or 0xAA520F) is known color: Rust. HEX triplet: AA, 52 and 0F. RGB value is (170,82,15). Sum of RGB (Red+Green+Blue) = 170+82+15=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA520F is #55ADF0. Grayscale: #656565. Windows color (decimal): -5615089 or 1004202. OLE color: 1004202.
HSL color Cylindrical-coordinate representation of color #AA520F: hue angle of 25.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA520F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 15 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.33 |
| HSL | 25.94º | 0.84% | 0.36% | - |
| HSV(B) | 25.94º | 0.91% | 0.67% | - |
| XYZ | 19.68 | 14.62 | 2.24 | - |
| YUV | 100.67 | 79.65 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 15 | 0 | 0.52 | 0.91 | 0.33 | 25.94 | 0.84 | 0.36 |
| Hex | AA | 52 | F | 0 | 34 | 5B | 21 | 1A | 54 | 24 |
| Octal | 252 | 122 | 17 | 0 | 64 | 133 | 41 | 32 | 124 | 44 |
| Binary | 10101010 | 1010010 | 1111 | 0 | 110100 | 1011011 | 100001 | 11010 | 1010100 | 100100 |
Color Harmonies of #AA520F
Complementary color
Monochromatic Colors of #AA520F
Black with #AA520F
Text Example
Text Example
White with #AA520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA520F; }
p { color: rgb(170,82,15); }
H1.HeaderClassName
{
color: #AA520F;
}
.AnyTagClassName
{
color: #AA520F;
}
</style>
background-color css
<style>
a { background-color: #AA520F; }
a { background-color: rgb(170,82,15); }
div.DivClassName
{
background-color: #AA520F;
}
.BgClassName
{
background-color: #AA520F;
}
</style>
border-color css
<style>
span { border-color: #AA520F; }
span { border-color: rgb(170,82,15); }
td.TdClassName
{
border-color: #AA520F;
}
.TagClassName
{
border-color: #AA520F;
}
</style>