Shades of Rust #AA4A0D
Tints of Rust #AA4A0D
RGB
CMYK
RGB Variations
Color information
#AA4A0D (or 0xAA4A0D) is known color: Rust. HEX triplet: AA, 4A and 0D. RGB value is (170,74,13). Sum of RGB (Red+Green+Blue) = 170+74+13=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A0D is #55B5F2. Grayscale: #606060. Windows color (decimal): -5617139 or 871082. OLE color: 871082.
HSL color Cylindrical-coordinate representation of color #AA4A0D: hue angle of 23.31º 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 #AA4A0D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 13 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.33 |
| HSL | 23.31º | 0.86% | 0.36% | - |
| HSV(B) | 23.31º | 0.92% | 0.67% | - |
| XYZ | 19.1 | 13.47 | 1.97 | - |
| YUV | 95.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 13 | 0 | 0.56 | 0.92 | 0.33 | 23.31 | 0.86 | 0.36 |
| Hex | AA | 4A | D | 0 | 38 | 5C | 21 | 17 | 56 | 24 |
| Octal | 252 | 112 | 15 | 0 | 70 | 134 | 41 | 27 | 126 | 44 |
| Binary | 10101010 | 1001010 | 1101 | 0 | 111000 | 1011100 | 100001 | 10111 | 1010110 | 100100 |
Color Harmonies of #AA4A0D
Complementary color
Monochromatic Colors of #AA4A0D
Black with #AA4A0D
Text Example
Text Example
White with #AA4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A0D; }
p { color: rgb(170,74,13); }
H1.HeaderClassName
{
color: #AA4A0D;
}
.AnyTagClassName
{
color: #AA4A0D;
}
</style>
background-color css
<style>
a { background-color: #AA4A0D; }
a { background-color: rgb(170,74,13); }
div.DivClassName
{
background-color: #AA4A0D;
}
.BgClassName
{
background-color: #AA4A0D;
}
</style>
border-color css
<style>
span { border-color: #AA4A0D; }
span { border-color: rgb(170,74,13); }
td.TdClassName
{
border-color: #AA4A0D;
}
.TagClassName
{
border-color: #AA4A0D;
}
</style>