Shades of Rust #AA530E
Tints of Rust #AA530E
RGB
CMYK
RGB Variations
Color information
#AA530E (or 0xAA530E) is known color: Rust. HEX triplet: AA, 53 and 0E. RGB value is (170,83,14). Sum of RGB (Red+Green+Blue) = 170+83+14=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA530E is #55ACF1. Grayscale: #656565. Windows color (decimal): -5614834 or 938922. OLE color: 938922.
HSL color Cylindrical-coordinate representation of color #AA530E: hue angle of 26.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA530E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 14 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.33 |
| HSL | 26.54º | 0.85% | 0.36% | - |
| HSV(B) | 26.54º | 0.92% | 0.67% | - |
| XYZ | 19.75 | 14.76 | 2.22 | - |
| YUV | 101.15 | 78.82 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 14 | 0 | 0.51 | 0.92 | 0.33 | 26.54 | 0.85 | 0.36 |
| Hex | AA | 53 | E | 0 | 33 | 5C | 21 | 1B | 55 | 24 |
| Octal | 252 | 123 | 16 | 0 | 63 | 134 | 41 | 33 | 125 | 44 |
| Binary | 10101010 | 1010011 | 1110 | 0 | 110011 | 1011100 | 100001 | 11011 | 1010101 | 100100 |
Color Harmonies of #AA530E
Complementary color
Monochromatic Colors of #AA530E
Black with #AA530E
Text Example
Text Example
White with #AA530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA530E; }
p { color: rgb(170,83,14); }
H1.HeaderClassName
{
color: #AA530E;
}
.AnyTagClassName
{
color: #AA530E;
}
</style>
background-color css
<style>
a { background-color: #AA530E; }
a { background-color: rgb(170,83,14); }
div.DivClassName
{
background-color: #AA530E;
}
.BgClassName
{
background-color: #AA530E;
}
</style>
border-color css
<style>
span { border-color: #AA530E; }
span { border-color: rgb(170,83,14); }
td.TdClassName
{
border-color: #AA530E;
}
.TagClassName
{
border-color: #AA530E;
}
</style>