Shades of Rust #AA3607
Tints of Rust #AA3607
RGB
CMYK
RGB Variations
Color information
#AA3607 (or 0xAA3607) is known color: Rust. HEX triplet: AA, 36 and 07. RGB value is (170,54,7). Sum of RGB (Red+Green+Blue) = 170+54+7=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3607 is #55C9F8. Grayscale: #535353. Windows color (decimal): -5622265 or 472746. OLE color: 472746.
HSL color Cylindrical-coordinate representation of color #AA3607: hue angle of 17.3º 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 #AA3607 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.33 |
| HSL | 17.3º | 0.92% | 0.35% | - |
| HSV(B) | 17.3º | 0.96% | 0.67% | - |
| XYZ | 17.94 | 11.2 | 1.42 | - |
| YUV | 83.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 7 | 0 | 0.68 | 0.96 | 0.33 | 17.3 | 0.92 | 0.35 |
| Hex | AA | 36 | 7 | 0 | 44 | 60 | 21 | 11 | 5C | 23 |
| Octal | 252 | 66 | 7 | 0 | 104 | 140 | 41 | 21 | 134 | 43 |
| Binary | 10101010 | 110110 | 111 | 0 | 1000100 | 1100000 | 100001 | 10001 | 1011100 | 100011 |
Color Harmonies of #AA3607
Complementary color
Monochromatic Colors of #AA3607
Black with #AA3607
Text Example
Text Example
White with #AA3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3607; }
p { color: rgb(170,54,7); }
H1.HeaderClassName
{
color: #AA3607;
}
.AnyTagClassName
{
color: #AA3607;
}
</style>
background-color css
<style>
a { background-color: #AA3607; }
a { background-color: rgb(170,54,7); }
div.DivClassName
{
background-color: #AA3607;
}
.BgClassName
{
background-color: #AA3607;
}
</style>
border-color css
<style>
span { border-color: #AA3607; }
span { border-color: rgb(170,54,7); }
td.TdClassName
{
border-color: #AA3607;
}
.TagClassName
{
border-color: #AA3607;
}
</style>