Shades of Rust #AA4109
Tints of Rust #AA4109
RGB
CMYK
RGB Variations
Color information
#AA4109 (or 0xAA4109) is known color: Rust. HEX triplet: AA, 41 and 09. RGB value is (170,65,9). Sum of RGB (Red+Green+Blue) = 170+65+9=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4109 is #55BEF6. Grayscale: #5A5A5A. Windows color (decimal): -5619447 or 606634. OLE color: 606634.
HSL color Cylindrical-coordinate representation of color #AA4109: hue angle of 20.87º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA4109 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.33 |
| HSL | 20.87º | 0.9% | 0.35% | - |
| HSV(B) | 20.87º | 0.95% | 0.67% | - |
| XYZ | 18.52 | 12.35 | 1.67 | - |
| YUV | 90.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 9 | 0 | 0.62 | 0.95 | 0.33 | 20.87 | 0.9 | 0.35 |
| Hex | AA | 41 | 9 | 0 | 3E | 5F | 21 | 15 | 5A | 23 |
| Octal | 252 | 101 | 11 | 0 | 76 | 137 | 41 | 25 | 132 | 43 |
| Binary | 10101010 | 1000001 | 1001 | 0 | 111110 | 1011111 | 100001 | 10101 | 1011010 | 100011 |
Color Harmonies of #AA4109
Complementary color
Monochromatic Colors of #AA4109
Black with #AA4109
Text Example
Text Example
White with #AA4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4109; }
p { color: rgb(170,65,9); }
H1.HeaderClassName
{
color: #AA4109;
}
.AnyTagClassName
{
color: #AA4109;
}
</style>
background-color css
<style>
a { background-color: #AA4109; }
a { background-color: rgb(170,65,9); }
div.DivClassName
{
background-color: #AA4109;
}
.BgClassName
{
background-color: #AA4109;
}
</style>
border-color css
<style>
span { border-color: #AA4109; }
span { border-color: rgb(170,65,9); }
td.TdClassName
{
border-color: #AA4109;
}
.TagClassName
{
border-color: #AA4109;
}
</style>