Shades of Rust #AA4A06
Tints of Rust #AA4A06
RGB
CMYK
RGB Variations
Color information
#AA4A06 (or 0xAA4A06) is known color: Rust. HEX triplet: AA, 4A and 06. RGB value is (170,74,6). Sum of RGB (Red+Green+Blue) = 170+74+6=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A06 is #55B5F9. Grayscale: #5F5F5F. Windows color (decimal): -5617146 or 412330. OLE color: 412330.
HSL color Cylindrical-coordinate representation of color #AA4A06: hue angle of 24.88º degrees, saturation: 0.93, 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 #AA4A06 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 6 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.33 |
| HSL | 24.88º | 0.93% | 0.35% | - |
| HSV(B) | 24.88º | 0.96% | 0.67% | - |
| XYZ | 19.06 | 13.46 | 1.77 | - |
| YUV | 94.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 6 | 0 | 0.56 | 0.96 | 0.33 | 24.88 | 0.93 | 0.35 |
| Hex | AA | 4A | 6 | 0 | 38 | 60 | 21 | 19 | 5D | 23 |
| Octal | 252 | 112 | 6 | 0 | 70 | 140 | 41 | 31 | 135 | 43 |
| Binary | 10101010 | 1001010 | 110 | 0 | 111000 | 1100000 | 100001 | 11001 | 1011101 | 100011 |
Color Harmonies of #AA4A06
Complementary color
Monochromatic Colors of #AA4A06
Black with #AA4A06
Text Example
Text Example
White with #AA4A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A06; }
p { color: rgb(170,74,6); }
H1.HeaderClassName
{
color: #AA4A06;
}
.AnyTagClassName
{
color: #AA4A06;
}
</style>
background-color css
<style>
a { background-color: #AA4A06; }
a { background-color: rgb(170,74,6); }
div.DivClassName
{
background-color: #AA4A06;
}
.BgClassName
{
background-color: #AA4A06;
}
</style>
border-color css
<style>
span { border-color: #AA4A06; }
span { border-color: rgb(170,74,6); }
td.TdClassName
{
border-color: #AA4A06;
}
.TagClassName
{
border-color: #AA4A06;
}
</style>