Shades of Rust #AA520B
Tints of Rust #AA520B
RGB
CMYK
RGB Variations
Color information
#AA520B (or 0xAA520B) is known color: Rust. HEX triplet: AA, 52 and 0B. RGB value is (170,82,11). Sum of RGB (Red+Green+Blue) = 170+82+11=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA520B is #55ADF4. Grayscale: #646464. Windows color (decimal): -5615093 or 742058. OLE color: 742058.
HSL color Cylindrical-coordinate representation of color #AA520B: hue angle of 26.79º degrees, saturation: 0.88, 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 #AA520B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.33 |
| HSL | 26.79º | 0.88% | 0.35% | - |
| HSV(B) | 26.79º | 0.94% | 0.67% | - |
| XYZ | 19.66 | 14.6 | 2.1 | - |
| YUV | 100.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 11 | 0 | 0.52 | 0.94 | 0.33 | 26.79 | 0.88 | 0.35 |
| Hex | AA | 52 | B | 0 | 34 | 5E | 21 | 1B | 58 | 23 |
| Octal | 252 | 122 | 13 | 0 | 64 | 136 | 41 | 33 | 130 | 43 |
| Binary | 10101010 | 1010010 | 1011 | 0 | 110100 | 1011110 | 100001 | 11011 | 1011000 | 100011 |
Color Harmonies of #AA520B
Complementary color
Monochromatic Colors of #AA520B
Black with #AA520B
Text Example
Text Example
White with #AA520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA520B; }
p { color: rgb(170,82,11); }
H1.HeaderClassName
{
color: #AA520B;
}
.AnyTagClassName
{
color: #AA520B;
}
</style>
background-color css
<style>
a { background-color: #AA520B; }
a { background-color: rgb(170,82,11); }
div.DivClassName
{
background-color: #AA520B;
}
.BgClassName
{
background-color: #AA520B;
}
</style>
border-color css
<style>
span { border-color: #AA520B; }
span { border-color: rgb(170,82,11); }
td.TdClassName
{
border-color: #AA520B;
}
.TagClassName
{
border-color: #AA520B;
}
</style>