Shades of Rust #AA4915
Tints of Rust #AA4915
RGB
CMYK
RGB Variations
Color information
#AA4915 (or 0xAA4915) is known color: Rust. HEX triplet: AA, 49 and 15. RGB value is (170,73,21). Sum of RGB (Red+Green+Blue) = 170+73+21=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4915 is #55B6EA. Grayscale: #606060. Windows color (decimal): -5617387 or 1395114. OLE color: 1395114.
HSL color Cylindrical-coordinate representation of color #AA4915: hue angle of 20.94º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4915 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 21 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.33 |
| HSL | 20.94º | 0.78% | 0.37% | - |
| HSV(B) | 20.94º | 0.88% | 0.67% | - |
| XYZ | 19.1 | 13.37 | 2.28 | - |
| YUV | 96.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 21 | 0 | 0.57 | 0.88 | 0.33 | 20.94 | 0.78 | 0.37 |
| Hex | AA | 49 | 15 | 0 | 39 | 58 | 21 | 15 | 4E | 25 |
| Octal | 252 | 111 | 25 | 0 | 71 | 130 | 41 | 25 | 116 | 45 |
| Binary | 10101010 | 1001001 | 10101 | 0 | 111001 | 1011000 | 100001 | 10101 | 1001110 | 100101 |
Color Harmonies of #AA4915
Complementary color
Monochromatic Colors of #AA4915
Black with #AA4915
Text Example
Text Example
White with #AA4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4915; }
p { color: rgb(170,73,21); }
H1.HeaderClassName
{
color: #AA4915;
}
.AnyTagClassName
{
color: #AA4915;
}
</style>
background-color css
<style>
a { background-color: #AA4915; }
a { background-color: rgb(170,73,21); }
div.DivClassName
{
background-color: #AA4915;
}
.BgClassName
{
background-color: #AA4915;
}
</style>
border-color css
<style>
span { border-color: #AA4915; }
span { border-color: rgb(170,73,21); }
td.TdClassName
{
border-color: #AA4915;
}
.TagClassName
{
border-color: #AA4915;
}
</style>