Shades of Rust #AA4A02
Tints of Rust #AA4A02
RGB
CMYK
RGB Variations
Color information
#AA4A02 (or 0xAA4A02) is known color: Rust. HEX triplet: AA, 4A and 02. RGB value is (170,74,2). Sum of RGB (Red+Green+Blue) = 170+74+2=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A02 is #55B5FD. Grayscale: #5E5E5E. Windows color (decimal): -5617150 or 150186. OLE color: 150186.
HSL color Cylindrical-coordinate representation of color #AA4A02: hue angle of 25.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA4A02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.33 |
| HSL | 25.71º | 0.98% | 0.34% | - |
| HSV(B) | 25.71º | 0.99% | 0.67% | - |
| XYZ | 19.04 | 13.45 | 1.65 | - |
| YUV | 94.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 2 | 0 | 0.56 | 0.99 | 0.33 | 25.71 | 0.98 | 0.34 |
| Hex | AA | 4A | 2 | 0 | 38 | 63 | 21 | 1A | 62 | 22 |
| Octal | 252 | 112 | 2 | 0 | 70 | 143 | 41 | 32 | 142 | 42 |
| Binary | 10101010 | 1001010 | 10 | 0 | 111000 | 1100011 | 100001 | 11010 | 1100010 | 100010 |
Color Harmonies of #AA4A02
Complementary color
Monochromatic Colors of #AA4A02
Black with #AA4A02
Text Example
Text Example
White with #AA4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A02; }
p { color: rgb(170,74,2); }
H1.HeaderClassName
{
color: #AA4A02;
}
.AnyTagClassName
{
color: #AA4A02;
}
</style>
background-color css
<style>
a { background-color: #AA4A02; }
a { background-color: rgb(170,74,2); }
div.DivClassName
{
background-color: #AA4A02;
}
.BgClassName
{
background-color: #AA4A02;
}
</style>
border-color css
<style>
span { border-color: #AA4A02; }
span { border-color: rgb(170,74,2); }
td.TdClassName
{
border-color: #AA4A02;
}
.TagClassName
{
border-color: #AA4A02;
}
</style>