Shades of Rust #AA4803
Tints of Rust #AA4803
RGB
CMYK
RGB Variations
Color information
#AA4803 (or 0xAA4803) is known color: Rust. HEX triplet: AA, 48 and 03. RGB value is (170,72,3). Sum of RGB (Red+Green+Blue) = 170+72+3=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4803 is #55B7FC. Grayscale: #5D5D5D. Windows color (decimal): -5617661 or 215210. OLE color: 215210.
HSL color Cylindrical-coordinate representation of color #AA4803: hue angle of 24.79º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA4803 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.33 |
| HSL | 24.79º | 0.97% | 0.34% | - |
| HSV(B) | 24.79º | 0.98% | 0.67% | - |
| XYZ | 18.91 | 13.19 | 1.63 | - |
| YUV | 93.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 3 | 0 | 0.58 | 0.98 | 0.33 | 24.79 | 0.97 | 0.34 |
| Hex | AA | 48 | 3 | 0 | 3A | 62 | 21 | 19 | 61 | 22 |
| Octal | 252 | 110 | 3 | 0 | 72 | 142 | 41 | 31 | 141 | 42 |
| Binary | 10101010 | 1001000 | 11 | 0 | 111010 | 1100010 | 100001 | 11001 | 1100001 | 100010 |
Color Harmonies of #AA4803
Complementary color
Monochromatic Colors of #AA4803
Black with #AA4803
Text Example
Text Example
White with #AA4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4803; }
p { color: rgb(170,72,3); }
H1.HeaderClassName
{
color: #AA4803;
}
.AnyTagClassName
{
color: #AA4803;
}
</style>
background-color css
<style>
a { background-color: #AA4803; }
a { background-color: rgb(170,72,3); }
div.DivClassName
{
background-color: #AA4803;
}
.BgClassName
{
background-color: #AA4803;
}
</style>
border-color css
<style>
span { border-color: #AA4803; }
span { border-color: rgb(170,72,3); }
td.TdClassName
{
border-color: #AA4803;
}
.TagClassName
{
border-color: #AA4803;
}
</style>