Shades of Rust #AA4A0A
Tints of Rust #AA4A0A
RGB
CMYK
RGB Variations
Color information
#AA4A0A (or 0xAA4A0A) is known color: Rust. HEX triplet: AA, 4A and 0A. RGB value is (170,74,10). Sum of RGB (Red+Green+Blue) = 170+74+10=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A0A is #55B5F5. Grayscale: #5F5F5F. Windows color (decimal): -5617142 or 674474. OLE color: 674474.
HSL color Cylindrical-coordinate representation of color #AA4A0A: hue angle of 24º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA4A0A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.33 |
| HSL | 24º | 0.89% | 0.35% | - |
| HSV(B) | 24º | 0.94% | 0.67% | - |
| XYZ | 19.08 | 13.47 | 1.88 | - |
| YUV | 95.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 10 | 0 | 0.56 | 0.94 | 0.33 | 24 | 0.89 | 0.35 |
| Hex | AA | 4A | A | 0 | 38 | 5E | 21 | 18 | 59 | 23 |
| Octal | 252 | 112 | 12 | 0 | 70 | 136 | 41 | 30 | 131 | 43 |
| Binary | 10101010 | 1001010 | 1010 | 0 | 111000 | 1011110 | 100001 | 11000 | 1011001 | 100011 |
Color Harmonies of #AA4A0A
Complementary color
Monochromatic Colors of #AA4A0A
Black with #AA4A0A
Text Example
Text Example
White with #AA4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A0A; }
p { color: rgb(170,74,10); }
H1.HeaderClassName
{
color: #AA4A0A;
}
.AnyTagClassName
{
color: #AA4A0A;
}
</style>
background-color css
<style>
a { background-color: #AA4A0A; }
a { background-color: rgb(170,74,10); }
div.DivClassName
{
background-color: #AA4A0A;
}
.BgClassName
{
background-color: #AA4A0A;
}
</style>
border-color css
<style>
span { border-color: #AA4A0A; }
span { border-color: rgb(170,74,10); }
td.TdClassName
{
border-color: #AA4A0A;
}
.TagClassName
{
border-color: #AA4A0A;
}
</style>