Shades of Rust #AA4509
Tints of Rust #AA4509
RGB
CMYK
RGB Variations
Color information
#AA4509 (or 0xAA4509) is known color: Rust. HEX triplet: AA, 45 and 09. RGB value is (170,69,9). Sum of RGB (Red+Green+Blue) = 170+69+9=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4509 is #55BAF6. Grayscale: #5C5C5C. Windows color (decimal): -5618423 or 607658. OLE color: 607658.
HSL color Cylindrical-coordinate representation of color #AA4509: hue angle of 22.36º 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 #AA4509 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 9 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.33 |
| HSL | 22.36º | 0.9% | 0.35% | - |
| HSV(B) | 22.36º | 0.95% | 0.67% | - |
| XYZ | 18.76 | 12.82 | 1.74 | - |
| YUV | 92.36 | 80.96 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 9 | 0 | 0.59 | 0.95 | 0.33 | 22.36 | 0.9 | 0.35 |
| Hex | AA | 45 | 9 | 0 | 3B | 5F | 21 | 16 | 5A | 23 |
| Octal | 252 | 105 | 11 | 0 | 73 | 137 | 41 | 26 | 132 | 43 |
| Binary | 10101010 | 1000101 | 1001 | 0 | 111011 | 1011111 | 100001 | 10110 | 1011010 | 100011 |
Color Harmonies of #AA4509
Complementary color
Monochromatic Colors of #AA4509
Black with #AA4509
Text Example
Text Example
White with #AA4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4509; }
p { color: rgb(170,69,9); }
H1.HeaderClassName
{
color: #AA4509;
}
.AnyTagClassName
{
color: #AA4509;
}
</style>
background-color css
<style>
a { background-color: #AA4509; }
a { background-color: rgb(170,69,9); }
div.DivClassName
{
background-color: #AA4509;
}
.BgClassName
{
background-color: #AA4509;
}
</style>
border-color css
<style>
span { border-color: #AA4509; }
span { border-color: rgb(170,69,9); }
td.TdClassName
{
border-color: #AA4509;
}
.TagClassName
{
border-color: #AA4509;
}
</style>