Shades of Rust #AA3207
Tints of Rust #AA3207
RGB
CMYK
RGB Variations
Color information
#AA3207 (or 0xAA3207) is known color: Rust. HEX triplet: AA, 32 and 07. RGB value is (170,50,7). Sum of RGB (Red+Green+Blue) = 170+50+7=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3207 is #55CDF8. Grayscale: #515151. Windows color (decimal): -5623289 or 471722. OLE color: 471722.
HSL color Cylindrical-coordinate representation of color #AA3207: hue angle of 15.83º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA3207 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.33 |
| HSL | 15.83º | 0.92% | 0.35% | - |
| HSV(B) | 15.83º | 0.96% | 0.67% | - |
| XYZ | 17.76 | 10.84 | 1.36 | - |
| YUV | 80.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 7 | 0 | 0.71 | 0.96 | 0.33 | 15.83 | 0.92 | 0.35 |
| Hex | AA | 32 | 7 | 0 | 47 | 60 | 21 | 10 | 5C | 23 |
| Octal | 252 | 62 | 7 | 0 | 107 | 140 | 41 | 20 | 134 | 43 |
| Binary | 10101010 | 110010 | 111 | 0 | 1000111 | 1100000 | 100001 | 10000 | 1011100 | 100011 |
Color Harmonies of #AA3207
Complementary color
Monochromatic Colors of #AA3207
Black with #AA3207
Text Example
Text Example
White with #AA3207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3207; }
p { color: rgb(170,50,7); }
H1.HeaderClassName
{
color: #AA3207;
}
.AnyTagClassName
{
color: #AA3207;
}
</style>
background-color css
<style>
a { background-color: #AA3207; }
a { background-color: rgb(170,50,7); }
div.DivClassName
{
background-color: #AA3207;
}
.BgClassName
{
background-color: #AA3207;
}
</style>
border-color css
<style>
span { border-color: #AA3207; }
span { border-color: rgb(170,50,7); }
td.TdClassName
{
border-color: #AA3207;
}
.TagClassName
{
border-color: #AA3207;
}
</style>