Shades of Rust #AA4802
Tints of Rust #AA4802
RGB
CMYK
RGB Variations
Color information
#AA4802 (or 0xAA4802) is known color: Rust. HEX triplet: AA, 48 and 02. RGB value is (170,72,2). Sum of RGB (Red+Green+Blue) = 170+72+2=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4802 is #55B7FD. Grayscale: #5D5D5D. Windows color (decimal): -5617662 or 149674. OLE color: 149674.
HSL color Cylindrical-coordinate representation of color #AA4802: hue angle of 25º 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 #AA4802 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.33 |
| HSL | 25º | 0.98% | 0.34% | - |
| HSV(B) | 25º | 0.99% | 0.67% | - |
| XYZ | 18.91 | 13.19 | 1.61 | - |
| YUV | 93.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 2 | 0 | 0.58 | 0.99 | 0.33 | 25 | 0.98 | 0.34 |
| Hex | AA | 48 | 2 | 0 | 3A | 63 | 21 | 19 | 62 | 22 |
| Octal | 252 | 110 | 2 | 0 | 72 | 143 | 41 | 31 | 142 | 42 |
| Binary | 10101010 | 1001000 | 10 | 0 | 111010 | 1100011 | 100001 | 11001 | 1100010 | 100010 |
Color Harmonies of #AA4802
Complementary color
Monochromatic Colors of #AA4802
Black with #AA4802
Text Example
Text Example
White with #AA4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4802; }
p { color: rgb(170,72,2); }
H1.HeaderClassName
{
color: #AA4802;
}
.AnyTagClassName
{
color: #AA4802;
}
</style>
background-color css
<style>
a { background-color: #AA4802; }
a { background-color: rgb(170,72,2); }
div.DivClassName
{
background-color: #AA4802;
}
.BgClassName
{
background-color: #AA4802;
}
</style>
border-color css
<style>
span { border-color: #AA4802; }
span { border-color: rgb(170,72,2); }
td.TdClassName
{
border-color: #AA4802;
}
.TagClassName
{
border-color: #AA4802;
}
</style>