Shades of Rust #AA4E0B
Tints of Rust #AA4E0B
RGB
CMYK
RGB Variations
Color information
#AA4E0B (or 0xAA4E0B) is known color: Rust. HEX triplet: AA, 4E and 0B. RGB value is (170,78,11). Sum of RGB (Red+Green+Blue) = 170+78+11=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E0B is #55B1F4. Grayscale: #626262. Windows color (decimal): -5616117 or 741034. OLE color: 741034.
HSL color Cylindrical-coordinate representation of color #AA4E0B: hue angle of 25.28º degrees, saturation: 0.88, 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 #AA4E0B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.33 |
| HSL | 25.28º | 0.88% | 0.35% | - |
| HSV(B) | 25.28º | 0.94% | 0.67% | - |
| XYZ | 19.36 | 14.02 | 2 | - |
| YUV | 97.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 11 | 0 | 0.54 | 0.94 | 0.33 | 25.28 | 0.88 | 0.35 |
| Hex | AA | 4E | B | 0 | 36 | 5E | 21 | 19 | 58 | 23 |
| Octal | 252 | 116 | 13 | 0 | 66 | 136 | 41 | 31 | 130 | 43 |
| Binary | 10101010 | 1001110 | 1011 | 0 | 110110 | 1011110 | 100001 | 11001 | 1011000 | 100011 |
Color Harmonies of #AA4E0B
Complementary color
Monochromatic Colors of #AA4E0B
Black with #AA4E0B
Text Example
Text Example
White with #AA4E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E0B; }
p { color: rgb(170,78,11); }
H1.HeaderClassName
{
color: #AA4E0B;
}
.AnyTagClassName
{
color: #AA4E0B;
}
</style>
background-color css
<style>
a { background-color: #AA4E0B; }
a { background-color: rgb(170,78,11); }
div.DivClassName
{
background-color: #AA4E0B;
}
.BgClassName
{
background-color: #AA4E0B;
}
</style>
border-color css
<style>
span { border-color: #AA4E0B; }
span { border-color: rgb(170,78,11); }
td.TdClassName
{
border-color: #AA4E0B;
}
.TagClassName
{
border-color: #AA4E0B;
}
</style>