Shades of Rust #AA4D08
Tints of Rust #AA4D08
RGB
CMYK
RGB Variations
Color information
#AA4D08 (or 0xAA4D08) is known color: Rust. HEX triplet: AA, 4D and 08. RGB value is (170,77,8). Sum of RGB (Red+Green+Blue) = 170+77+8=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D08 is #55B2F7. Grayscale: #616161. Windows color (decimal): -5616376 or 544170. OLE color: 544170.
HSL color Cylindrical-coordinate representation of color #AA4D08: hue angle of 25.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA4D08 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 8 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.33 |
| HSL | 25.56º | 0.91% | 0.35% | - |
| HSV(B) | 25.56º | 0.95% | 0.67% | - |
| XYZ | 19.28 | 13.87 | 1.89 | - |
| YUV | 96.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 8 | 0 | 0.55 | 0.95 | 0.33 | 25.56 | 0.91 | 0.35 |
| Hex | AA | 4D | 8 | 0 | 37 | 5F | 21 | 1A | 5B | 23 |
| Octal | 252 | 115 | 10 | 0 | 67 | 137 | 41 | 32 | 133 | 43 |
| Binary | 10101010 | 1001101 | 1000 | 0 | 110111 | 1011111 | 100001 | 11010 | 1011011 | 100011 |
Color Harmonies of #AA4D08
Complementary color
Monochromatic Colors of #AA4D08
Black with #AA4D08
Text Example
Text Example
White with #AA4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D08; }
p { color: rgb(170,77,8); }
H1.HeaderClassName
{
color: #AA4D08;
}
.AnyTagClassName
{
color: #AA4D08;
}
</style>
background-color css
<style>
a { background-color: #AA4D08; }
a { background-color: rgb(170,77,8); }
div.DivClassName
{
background-color: #AA4D08;
}
.BgClassName
{
background-color: #AA4D08;
}
</style>
border-color css
<style>
span { border-color: #AA4D08; }
span { border-color: rgb(170,77,8); }
td.TdClassName
{
border-color: #AA4D08;
}
.TagClassName
{
border-color: #AA4D08;
}
</style>