Shades of Rust #AA550D
Tints of Rust #AA550D
RGB
CMYK
RGB Variations
Color information
#AA550D (or 0xAA550D) is known color: Rust. HEX triplet: AA, 55 and 0D. RGB value is (170,85,13). Sum of RGB (Red+Green+Blue) = 170+85+13=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA550D is #55AAF2. Grayscale: #666666. Windows color (decimal): -5614323 or 873898. OLE color: 873898.
HSL color Cylindrical-coordinate representation of color #AA550D: hue angle of 27.52º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA550D is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 13 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.33 |
| HSL | 27.52º | 0.86% | 0.36% | - |
| HSV(B) | 27.52º | 0.92% | 0.67% | - |
| XYZ | 19.9 | 15.07 | 2.24 | - |
| YUV | 102.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 13 | 0 | 0.50 | 0.92 | 0.33 | 27.52 | 0.86 | 0.36 |
| Hex | AA | 55 | D | 0 | 32 | 5C | 21 | 1C | 56 | 24 |
| Octal | 252 | 125 | 15 | 0 | 62 | 134 | 41 | 34 | 126 | 44 |
| Binary | 10101010 | 1010101 | 1101 | 0 | 110010 | 1011100 | 100001 | 11100 | 1010110 | 100100 |
Color Harmonies of #AA550D
Complementary color
Monochromatic Colors of #AA550D
Black with #AA550D
Text Example
Text Example
White with #AA550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA550D; }
p { color: rgb(170,85,13); }
H1.HeaderClassName
{
color: #AA550D;
}
.AnyTagClassName
{
color: #AA550D;
}
</style>
background-color css
<style>
a { background-color: #AA550D; }
a { background-color: rgb(170,85,13); }
div.DivClassName
{
background-color: #AA550D;
}
.BgClassName
{
background-color: #AA550D;
}
</style>
border-color css
<style>
span { border-color: #AA550D; }
span { border-color: rgb(170,85,13); }
td.TdClassName
{
border-color: #AA550D;
}
.TagClassName
{
border-color: #AA550D;
}
</style>