Shades of Rust #AA470F
Tints of Rust #AA470F
RGB
CMYK
RGB Variations
Color information
#AA470F (or 0xAA470F) is known color: Rust. HEX triplet: AA, 47 and 0F. RGB value is (170,71,15). Sum of RGB (Red+Green+Blue) = 170+71+15=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA470F is #55B8F0. Grayscale: #5E5E5E. Windows color (decimal): -5617905 or 1001386. OLE color: 1001386.
HSL color Cylindrical-coordinate representation of color #AA470F: hue angle of 21.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA470F is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 15 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.33 |
| HSL | 21.68º | 0.84% | 0.36% | - |
| HSV(B) | 21.68º | 0.91% | 0.67% | - |
| XYZ | 18.92 | 13.09 | 1.98 | - |
| YUV | 94.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 15 | 0 | 0.58 | 0.91 | 0.33 | 21.68 | 0.84 | 0.36 |
| Hex | AA | 47 | F | 0 | 3A | 5B | 21 | 16 | 54 | 24 |
| Octal | 252 | 107 | 17 | 0 | 72 | 133 | 41 | 26 | 124 | 44 |
| Binary | 10101010 | 1000111 | 1111 | 0 | 111010 | 1011011 | 100001 | 10110 | 1010100 | 100100 |
Color Harmonies of #AA470F
Complementary color
Monochromatic Colors of #AA470F
Black with #AA470F
Text Example
Text Example
White with #AA470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA470F; }
p { color: rgb(170,71,15); }
H1.HeaderClassName
{
color: #AA470F;
}
.AnyTagClassName
{
color: #AA470F;
}
</style>
background-color css
<style>
a { background-color: #AA470F; }
a { background-color: rgb(170,71,15); }
div.DivClassName
{
background-color: #AA470F;
}
.BgClassName
{
background-color: #AA470F;
}
</style>
border-color css
<style>
span { border-color: #AA470F; }
span { border-color: rgb(170,71,15); }
td.TdClassName
{
border-color: #AA470F;
}
.TagClassName
{
border-color: #AA470F;
}
</style>