Shades of Rust #AA4C0A
Tints of Rust #AA4C0A
RGB
CMYK
RGB Variations
Color information
#AA4C0A (or 0xAA4C0A) is known color: Rust. HEX triplet: AA, 4C and 0A. RGB value is (170,76,10). Sum of RGB (Red+Green+Blue) = 170+76+10=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C0A is #55B3F5. Grayscale: #606060. Windows color (decimal): -5616630 or 674986. OLE color: 674986.
HSL color Cylindrical-coordinate representation of color #AA4C0A: hue angle of 24.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA4C0A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.33 |
| HSL | 24.75º | 0.89% | 0.35% | - |
| HSV(B) | 24.75º | 0.94% | 0.67% | - |
| XYZ | 19.22 | 13.74 | 1.93 | - |
| YUV | 96.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 10 | 0 | 0.55 | 0.94 | 0.33 | 24.75 | 0.89 | 0.35 |
| Hex | AA | 4C | A | 0 | 37 | 5E | 21 | 19 | 59 | 23 |
| Octal | 252 | 114 | 12 | 0 | 67 | 136 | 41 | 31 | 131 | 43 |
| Binary | 10101010 | 1001100 | 1010 | 0 | 110111 | 1011110 | 100001 | 11001 | 1011001 | 100011 |
Color Harmonies of #AA4C0A
Complementary color
Monochromatic Colors of #AA4C0A
Black with #AA4C0A
Text Example
Text Example
White with #AA4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C0A; }
p { color: rgb(170,76,10); }
H1.HeaderClassName
{
color: #AA4C0A;
}
.AnyTagClassName
{
color: #AA4C0A;
}
</style>
background-color css
<style>
a { background-color: #AA4C0A; }
a { background-color: rgb(170,76,10); }
div.DivClassName
{
background-color: #AA4C0A;
}
.BgClassName
{
background-color: #AA4C0A;
}
</style>
border-color css
<style>
span { border-color: #AA4C0A; }
span { border-color: rgb(170,76,10); }
td.TdClassName
{
border-color: #AA4C0A;
}
.TagClassName
{
border-color: #AA4C0A;
}
</style>