Shades of Rust #AA4100
Tints of Rust #AA4100
RGB
CMYK
RGB Variations
Color information
#AA4100 (or 0xAA4100) is known color: Rust. HEX triplet: AA, 41 and 00. RGB value is (170,65,0). Sum of RGB (Red+Green+Blue) = 170+65+0=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4100 is #55BEFF. Grayscale: #595959. Windows color (decimal): -5619456 or 16810. OLE color: 16810.
HSL color Cylindrical-coordinate representation of color #AA4100: hue angle of 22.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA4100 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.33 |
| HSL | 22.94º | 1% | 0.33% | - |
| HSV(B) | 22.94º | 1% | 0.67% | - |
| XYZ | 18.47 | 12.33 | 1.41 | - |
| YUV | 88.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 0 | 0 | 0.62 | 1 | 0.33 | 22.94 | 1 | 0.33 |
| Hex | AA | 41 | 0 | 0 | 3E | 64 | 21 | 17 | 64 | 21 |
| Octal | 252 | 101 | 0 | 0 | 76 | 144 | 41 | 27 | 144 | 41 |
| Binary | 10101010 | 1000001 | 0 | 0 | 111110 | 1100100 | 100001 | 10111 | 1100100 | 100001 |
Color Harmonies of #AA4100
Complementary color
Monochromatic Colors of #AA4100
Black with #AA4100
Text Example
Text Example
White with #AA4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4100; }
p { color: rgb(170,65,0); }
H1.HeaderClassName
{
color: #AA4100;
}
.AnyTagClassName
{
color: #AA4100;
}
</style>
background-color css
<style>
a { background-color: #AA4100; }
a { background-color: rgb(170,65,0); }
div.DivClassName
{
background-color: #AA4100;
}
.BgClassName
{
background-color: #AA4100;
}
</style>
border-color css
<style>
span { border-color: #AA4100; }
span { border-color: rgb(170,65,0); }
td.TdClassName
{
border-color: #AA4100;
}
.TagClassName
{
border-color: #AA4100;
}
</style>