Shades of Rust #AA3205
Tints of Rust #AA3205
RGB
CMYK
RGB Variations
Color information
#AA3205 (or 0xAA3205) is known color: Rust. HEX triplet: AA, 32 and 05. RGB value is (170,50,5). Sum of RGB (Red+Green+Blue) = 170+50+5=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3205 is #55CDFA. Grayscale: #515151. Windows color (decimal): -5623291 or 340650. OLE color: 340650.
HSL color Cylindrical-coordinate representation of color #AA3205: hue angle of 16.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA3205 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.33 |
| HSL | 16.36º | 0.94% | 0.34% | - |
| HSV(B) | 16.36º | 0.97% | 0.67% | - |
| XYZ | 17.75 | 10.84 | 1.3 | - |
| YUV | 80.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 5 | 0 | 0.71 | 0.97 | 0.33 | 16.36 | 0.94 | 0.34 |
| Hex | AA | 32 | 5 | 0 | 47 | 61 | 21 | 10 | 5E | 22 |
| Octal | 252 | 62 | 5 | 0 | 107 | 141 | 41 | 20 | 136 | 42 |
| Binary | 10101010 | 110010 | 101 | 0 | 1000111 | 1100001 | 100001 | 10000 | 1011110 | 100010 |
Color Harmonies of #AA3205
Complementary color
Monochromatic Colors of #AA3205
Black with #AA3205
Text Example
Text Example
White with #AA3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3205; }
p { color: rgb(170,50,5); }
H1.HeaderClassName
{
color: #AA3205;
}
.AnyTagClassName
{
color: #AA3205;
}
</style>
background-color css
<style>
a { background-color: #AA3205; }
a { background-color: rgb(170,50,5); }
div.DivClassName
{
background-color: #AA3205;
}
.BgClassName
{
background-color: #AA3205;
}
</style>
border-color css
<style>
span { border-color: #AA3205; }
span { border-color: rgb(170,50,5); }
td.TdClassName
{
border-color: #AA3205;
}
.TagClassName
{
border-color: #AA3205;
}
</style>