Shades of Rust #AA4902
Tints of Rust #AA4902
RGB
CMYK
RGB Variations
Color information
#AA4902 (or 0xAA4902) is known color: Rust. HEX triplet: AA, 49 and 02. RGB value is (170,73,2). Sum of RGB (Red+Green+Blue) = 170+73+2=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4902 is #55B6FD. Grayscale: #5E5E5E. Windows color (decimal): -5617406 or 149930. OLE color: 149930.
HSL color Cylindrical-coordinate representation of color #AA4902: hue angle of 25.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA4902 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.33 |
| HSL | 25.36º | 0.98% | 0.34% | - |
| HSV(B) | 25.36º | 0.99% | 0.67% | - |
| XYZ | 18.97 | 13.32 | 1.63 | - |
| YUV | 93.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 2 | 0 | 0.57 | 0.99 | 0.33 | 25.36 | 0.98 | 0.34 |
| Hex | AA | 49 | 2 | 0 | 39 | 63 | 21 | 19 | 62 | 22 |
| Octal | 252 | 111 | 2 | 0 | 71 | 143 | 41 | 31 | 142 | 42 |
| Binary | 10101010 | 1001001 | 10 | 0 | 111001 | 1100011 | 100001 | 11001 | 1100010 | 100010 |
Color Harmonies of #AA4902
Complementary color
Monochromatic Colors of #AA4902
Black with #AA4902
Text Example
Text Example
White with #AA4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4902; }
p { color: rgb(170,73,2); }
H1.HeaderClassName
{
color: #AA4902;
}
.AnyTagClassName
{
color: #AA4902;
}
</style>
background-color css
<style>
a { background-color: #AA4902; }
a { background-color: rgb(170,73,2); }
div.DivClassName
{
background-color: #AA4902;
}
.BgClassName
{
background-color: #AA4902;
}
</style>
border-color css
<style>
span { border-color: #AA4902; }
span { border-color: rgb(170,73,2); }
td.TdClassName
{
border-color: #AA4902;
}
.TagClassName
{
border-color: #AA4902;
}
</style>