Shades of Rust #AA500B
Tints of Rust #AA500B
RGB
CMYK
RGB Variations
Color information
#AA500B (or 0xAA500B) is known color: Rust. HEX triplet: AA, 50 and 0B. RGB value is (170,80,11). Sum of RGB (Red+Green+Blue) = 170+80+11=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA500B is #55AFF4. Grayscale: #636363. Windows color (decimal): -5615605 or 741546. OLE color: 741546.
HSL color Cylindrical-coordinate representation of color #AA500B: hue angle of 26.04º degrees, saturation: 0.88, 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 #AA500B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.33 |
| HSL | 26.04º | 0.88% | 0.35% | - |
| HSV(B) | 26.04º | 0.94% | 0.67% | - |
| XYZ | 19.51 | 14.31 | 2.05 | - |
| YUV | 99.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 11 | 0 | 0.53 | 0.94 | 0.33 | 26.04 | 0.88 | 0.35 |
| Hex | AA | 50 | B | 0 | 35 | 5E | 21 | 1A | 58 | 23 |
| Octal | 252 | 120 | 13 | 0 | 65 | 136 | 41 | 32 | 130 | 43 |
| Binary | 10101010 | 1010000 | 1011 | 0 | 110101 | 1011110 | 100001 | 11010 | 1011000 | 100011 |
Color Harmonies of #AA500B
Complementary color
Monochromatic Colors of #AA500B
Black with #AA500B
Text Example
Text Example
White with #AA500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA500B; }
p { color: rgb(170,80,11); }
H1.HeaderClassName
{
color: #AA500B;
}
.AnyTagClassName
{
color: #AA500B;
}
</style>
background-color css
<style>
a { background-color: #AA500B; }
a { background-color: rgb(170,80,11); }
div.DivClassName
{
background-color: #AA500B;
}
.BgClassName
{
background-color: #AA500B;
}
</style>
border-color css
<style>
span { border-color: #AA500B; }
span { border-color: rgb(170,80,11); }
td.TdClassName
{
border-color: #AA500B;
}
.TagClassName
{
border-color: #AA500B;
}
</style>