Shades of Rust #AA4709
Tints of Rust #AA4709
RGB
CMYK
RGB Variations
Color information
#AA4709 (or 0xAA4709) is known color: Rust. HEX triplet: AA, 47 and 09. RGB value is (170,71,9). Sum of RGB (Red+Green+Blue) = 170+71+9=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4709 is #55B8F6. Grayscale: #5D5D5D. Windows color (decimal): -5617911 or 608170. OLE color: 608170.
HSL color Cylindrical-coordinate representation of color #AA4709: hue angle of 23.11º 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 #AA4709 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.33 |
| HSL | 23.11º | 0.9% | 0.35% | - |
| HSV(B) | 23.11º | 0.95% | 0.67% | - |
| XYZ | 18.88 | 13.07 | 1.79 | - |
| YUV | 93.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 9 | 0 | 0.58 | 0.95 | 0.33 | 23.11 | 0.9 | 0.35 |
| Hex | AA | 47 | 9 | 0 | 3A | 5F | 21 | 17 | 5A | 23 |
| Octal | 252 | 107 | 11 | 0 | 72 | 137 | 41 | 27 | 132 | 43 |
| Binary | 10101010 | 1000111 | 1001 | 0 | 111010 | 1011111 | 100001 | 10111 | 1011010 | 100011 |
Color Harmonies of #AA4709
Complementary color
Monochromatic Colors of #AA4709
Black with #AA4709
Text Example
Text Example
White with #AA4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4709; }
p { color: rgb(170,71,9); }
H1.HeaderClassName
{
color: #AA4709;
}
.AnyTagClassName
{
color: #AA4709;
}
</style>
background-color css
<style>
a { background-color: #AA4709; }
a { background-color: rgb(170,71,9); }
div.DivClassName
{
background-color: #AA4709;
}
.BgClassName
{
background-color: #AA4709;
}
</style>
border-color css
<style>
span { border-color: #AA4709; }
span { border-color: rgb(170,71,9); }
td.TdClassName
{
border-color: #AA4709;
}
.TagClassName
{
border-color: #AA4709;
}
</style>