Shades of Rust #AA3A07
Tints of Rust #AA3A07
RGB
CMYK
RGB Variations
Color information
#AA3A07 (or 0xAA3A07) is known color: Rust. HEX triplet: AA, 3A and 07. RGB value is (170,58,7). Sum of RGB (Red+Green+Blue) = 170+58+7=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A07 is #55C5F8. Grayscale: #555555. Windows color (decimal): -5621241 or 473770. OLE color: 473770.
HSL color Cylindrical-coordinate representation of color #AA3A07: hue angle of 18.77º 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 #AA3A07 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 7 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.33 |
| HSL | 18.77º | 0.92% | 0.35% | - |
| HSV(B) | 18.77º | 0.96% | 0.67% | - |
| XYZ | 18.13 | 11.59 | 1.48 | - |
| YUV | 85.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 7 | 0 | 0.66 | 0.96 | 0.33 | 18.77 | 0.92 | 0.35 |
| Hex | AA | 3A | 7 | 0 | 42 | 60 | 21 | 13 | 5C | 23 |
| Octal | 252 | 72 | 7 | 0 | 102 | 140 | 41 | 23 | 134 | 43 |
| Binary | 10101010 | 111010 | 111 | 0 | 1000010 | 1100000 | 100001 | 10011 | 1011100 | 100011 |
Color Harmonies of #AA3A07
Complementary color
Monochromatic Colors of #AA3A07
Black with #AA3A07
Text Example
Text Example
White with #AA3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A07; }
p { color: rgb(170,58,7); }
H1.HeaderClassName
{
color: #AA3A07;
}
.AnyTagClassName
{
color: #AA3A07;
}
</style>
background-color css
<style>
a { background-color: #AA3A07; }
a { background-color: rgb(170,58,7); }
div.DivClassName
{
background-color: #AA3A07;
}
.BgClassName
{
background-color: #AA3A07;
}
</style>
border-color css
<style>
span { border-color: #AA3A07; }
span { border-color: rgb(170,58,7); }
td.TdClassName
{
border-color: #AA3A07;
}
.TagClassName
{
border-color: #AA3A07;
}
</style>