Shades of Rust #AA4207
Tints of Rust #AA4207
RGB
CMYK
RGB Variations
Color information
#AA4207 (or 0xAA4207) is known color: Rust. HEX triplet: AA, 42 and 07. RGB value is (170,66,7). Sum of RGB (Red+Green+Blue) = 170+66+7=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4207 is #55BDF8. Grayscale: #5A5A5A. Windows color (decimal): -5619193 or 475818. OLE color: 475818.
HSL color Cylindrical-coordinate representation of color #AA4207: hue angle of 21.72º 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 #AA4207 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.33 |
| HSL | 21.72º | 0.92% | 0.35% | - |
| HSV(B) | 21.72º | 0.96% | 0.67% | - |
| XYZ | 18.56 | 12.46 | 1.63 | - |
| YUV | 90.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 7 | 0 | 0.61 | 0.96 | 0.33 | 21.72 | 0.92 | 0.35 |
| Hex | AA | 42 | 7 | 0 | 3D | 60 | 21 | 16 | 5C | 23 |
| Octal | 252 | 102 | 7 | 0 | 75 | 140 | 41 | 26 | 134 | 43 |
| Binary | 10101010 | 1000010 | 111 | 0 | 111101 | 1100000 | 100001 | 10110 | 1011100 | 100011 |
Color Harmonies of #AA4207
Complementary color
Monochromatic Colors of #AA4207
Black with #AA4207
Text Example
Text Example
White with #AA4207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4207; }
p { color: rgb(170,66,7); }
H1.HeaderClassName
{
color: #AA4207;
}
.AnyTagClassName
{
color: #AA4207;
}
</style>
background-color css
<style>
a { background-color: #AA4207; }
a { background-color: rgb(170,66,7); }
div.DivClassName
{
background-color: #AA4207;
}
.BgClassName
{
background-color: #AA4207;
}
</style>
border-color css
<style>
span { border-color: #AA4207; }
span { border-color: rgb(170,66,7); }
td.TdClassName
{
border-color: #AA4207;
}
.TagClassName
{
border-color: #AA4207;
}
</style>