Shades of Rust #AA4F0F
Tints of Rust #AA4F0F
RGB
CMYK
RGB Variations
Color information
#AA4F0F (or 0xAA4F0F) is known color: Rust. HEX triplet: AA, 4F and 0F. RGB value is (170,79,15). Sum of RGB (Red+Green+Blue) = 170+79+15=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F0F is #55B0F0. Grayscale: #636363. Windows color (decimal): -5615857 or 1003434. OLE color: 1003434.
HSL color Cylindrical-coordinate representation of color #AA4F0F: hue angle of 24.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA4F0F is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 15 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.33 |
| HSL | 24.77º | 0.84% | 0.36% | - |
| HSV(B) | 24.77º | 0.91% | 0.67% | - |
| XYZ | 19.46 | 14.17 | 2.16 | - |
| YUV | 98.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 15 | 0 | 0.54 | 0.91 | 0.33 | 24.77 | 0.84 | 0.36 |
| Hex | AA | 4F | F | 0 | 36 | 5B | 21 | 19 | 54 | 24 |
| Octal | 252 | 117 | 17 | 0 | 66 | 133 | 41 | 31 | 124 | 44 |
| Binary | 10101010 | 1001111 | 1111 | 0 | 110110 | 1011011 | 100001 | 11001 | 1010100 | 100100 |
Color Harmonies of #AA4F0F
Complementary color
Monochromatic Colors of #AA4F0F
Black with #AA4F0F
Text Example
Text Example
White with #AA4F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F0F; }
p { color: rgb(170,79,15); }
H1.HeaderClassName
{
color: #AA4F0F;
}
.AnyTagClassName
{
color: #AA4F0F;
}
</style>
background-color css
<style>
a { background-color: #AA4F0F; }
a { background-color: rgb(170,79,15); }
div.DivClassName
{
background-color: #AA4F0F;
}
.BgClassName
{
background-color: #AA4F0F;
}
</style>
border-color css
<style>
span { border-color: #AA4F0F; }
span { border-color: rgb(170,79,15); }
td.TdClassName
{
border-color: #AA4F0F;
}
.TagClassName
{
border-color: #AA4F0F;
}
</style>