Shades of Rust #AA4309
Tints of Rust #AA4309
RGB
CMYK
RGB Variations
Color information
#AA4309 (or 0xAA4309) is known color: Rust. HEX triplet: AA, 43 and 09. RGB value is (170,67,9). Sum of RGB (Red+Green+Blue) = 170+67+9=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4309 is #55BCF6. Grayscale: #5B5B5B. Windows color (decimal): -5618935 or 607146. OLE color: 607146.
HSL color Cylindrical-coordinate representation of color #AA4309: hue angle of 21.61º 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 #AA4309 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.33 |
| HSL | 21.61º | 0.9% | 0.35% | - |
| HSV(B) | 21.61º | 0.95% | 0.67% | - |
| XYZ | 18.63 | 12.58 | 1.7 | - |
| YUV | 91.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 9 | 0 | 0.61 | 0.95 | 0.33 | 21.61 | 0.9 | 0.35 |
| Hex | AA | 43 | 9 | 0 | 3D | 5F | 21 | 16 | 5A | 23 |
| Octal | 252 | 103 | 11 | 0 | 75 | 137 | 41 | 26 | 132 | 43 |
| Binary | 10101010 | 1000011 | 1001 | 0 | 111101 | 1011111 | 100001 | 10110 | 1011010 | 100011 |
Color Harmonies of #AA4309
Complementary color
Monochromatic Colors of #AA4309
Black with #AA4309
Text Example
Text Example
White with #AA4309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4309; }
p { color: rgb(170,67,9); }
H1.HeaderClassName
{
color: #AA4309;
}
.AnyTagClassName
{
color: #AA4309;
}
</style>
background-color css
<style>
a { background-color: #AA4309; }
a { background-color: rgb(170,67,9); }
div.DivClassName
{
background-color: #AA4309;
}
.BgClassName
{
background-color: #AA4309;
}
</style>
border-color css
<style>
span { border-color: #AA4309; }
span { border-color: rgb(170,67,9); }
td.TdClassName
{
border-color: #AA4309;
}
.TagClassName
{
border-color: #AA4309;
}
</style>