Shades of Rust #AA480A
Tints of Rust #AA480A
RGB
CMYK
RGB Variations
Color information
#AA480A (or 0xAA480A) is known color: Rust. HEX triplet: AA, 48 and 0A. RGB value is (170,72,10). Sum of RGB (Red+Green+Blue) = 170+72+10=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA480A is #55B7F5. Grayscale: #5E5E5E. Windows color (decimal): -5617654 or 673962. OLE color: 673962.
HSL color Cylindrical-coordinate representation of color #AA480A: hue angle of 23.25º 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 #AA480A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 10 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.33 |
| HSL | 23.25º | 0.89% | 0.35% | - |
| HSV(B) | 23.25º | 0.94% | 0.67% | - |
| XYZ | 18.95 | 13.2 | 1.84 | - |
| YUV | 94.23 | 80.47 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 10 | 0 | 0.58 | 0.94 | 0.33 | 23.25 | 0.89 | 0.35 |
| Hex | AA | 48 | A | 0 | 3A | 5E | 21 | 17 | 59 | 23 |
| Octal | 252 | 110 | 12 | 0 | 72 | 136 | 41 | 27 | 131 | 43 |
| Binary | 10101010 | 1001000 | 1010 | 0 | 111010 | 1011110 | 100001 | 10111 | 1011001 | 100011 |
Color Harmonies of #AA480A
Complementary color
Monochromatic Colors of #AA480A
Black with #AA480A
Text Example
Text Example
White with #AA480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA480A; }
p { color: rgb(170,72,10); }
H1.HeaderClassName
{
color: #AA480A;
}
.AnyTagClassName
{
color: #AA480A;
}
</style>
background-color css
<style>
a { background-color: #AA480A; }
a { background-color: rgb(170,72,10); }
div.DivClassName
{
background-color: #AA480A;
}
.BgClassName
{
background-color: #AA480A;
}
</style>
border-color css
<style>
span { border-color: #AA480A; }
span { border-color: rgb(170,72,10); }
td.TdClassName
{
border-color: #AA480A;
}
.TagClassName
{
border-color: #AA480A;
}
</style>