Shades of Rust #AA4110
Tints of Rust #AA4110
RGB
CMYK
RGB Variations
Color information
#AA4110 (or 0xAA4110) is known color: Rust. HEX triplet: AA, 41 and 10. RGB value is (170,65,16). Sum of RGB (Red+Green+Blue) = 170+65+16=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4110 is #55BEEF. Grayscale: #5B5B5B. Windows color (decimal): -5619440 or 1065386. OLE color: 1065386.
HSL color Cylindrical-coordinate representation of color #AA4110: hue angle of 19.09º degrees, saturation: 0.83, 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 #AA4110 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.33 |
| HSL | 19.09º | 0.83% | 0.36% | - |
| HSV(B) | 19.09º | 0.91% | 0.67% | - |
| XYZ | 18.56 | 12.36 | 1.9 | - |
| YUV | 90.81 | 85.79 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 16 | 0 | 0.62 | 0.91 | 0.33 | 19.09 | 0.83 | 0.36 |
| Hex | AA | 41 | 10 | 0 | 3E | 5B | 21 | 13 | 53 | 24 |
| Octal | 252 | 101 | 20 | 0 | 76 | 133 | 41 | 23 | 123 | 44 |
| Binary | 10101010 | 1000001 | 10000 | 0 | 111110 | 1011011 | 100001 | 10011 | 1010011 | 100100 |
Color Harmonies of #AA4110
Complementary color
Monochromatic Colors of #AA4110
Black with #AA4110
Text Example
Text Example
White with #AA4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4110; }
p { color: rgb(170,65,16); }
H1.HeaderClassName
{
color: #AA4110;
}
.AnyTagClassName
{
color: #AA4110;
}
</style>
background-color css
<style>
a { background-color: #AA4110; }
a { background-color: rgb(170,65,16); }
div.DivClassName
{
background-color: #AA4110;
}
.BgClassName
{
background-color: #AA4110;
}
</style>
border-color css
<style>
span { border-color: #AA4110; }
span { border-color: rgb(170,65,16); }
td.TdClassName
{
border-color: #AA4110;
}
.TagClassName
{
border-color: #AA4110;
}
</style>