Shades of Rust #AA4B04
Tints of Rust #AA4B04
RGB
CMYK
RGB Variations
Color information
#AA4B04 (or 0xAA4B04) is known color: Rust. HEX triplet: AA, 4B and 04. RGB value is (170,75,4). Sum of RGB (Red+Green+Blue) = 170+75+4=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B04 is #55B4FB. Grayscale: #5F5F5F. Windows color (decimal): -5616892 or 281514. OLE color: 281514.
HSL color Cylindrical-coordinate representation of color #AA4B04: hue angle of 25.66º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA4B04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.33 |
| HSL | 25.66º | 0.95% | 0.34% | - |
| HSV(B) | 25.66º | 0.98% | 0.67% | - |
| XYZ | 19.12 | 13.59 | 1.73 | - |
| YUV | 95.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 4 | 0 | 0.56 | 0.98 | 0.33 | 25.66 | 0.95 | 0.34 |
| Hex | AA | 4B | 4 | 0 | 38 | 62 | 21 | 1A | 5F | 22 |
| Octal | 252 | 113 | 4 | 0 | 70 | 142 | 41 | 32 | 137 | 42 |
| Binary | 10101010 | 1001011 | 100 | 0 | 111000 | 1100010 | 100001 | 11010 | 1011111 | 100010 |
Color Harmonies of #AA4B04
Complementary color
Monochromatic Colors of #AA4B04
Black with #AA4B04
Text Example
Text Example
White with #AA4B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B04; }
p { color: rgb(170,75,4); }
H1.HeaderClassName
{
color: #AA4B04;
}
.AnyTagClassName
{
color: #AA4B04;
}
</style>
background-color css
<style>
a { background-color: #AA4B04; }
a { background-color: rgb(170,75,4); }
div.DivClassName
{
background-color: #AA4B04;
}
.BgClassName
{
background-color: #AA4B04;
}
</style>
border-color css
<style>
span { border-color: #AA4B04; }
span { border-color: rgb(170,75,4); }
td.TdClassName
{
border-color: #AA4B04;
}
.TagClassName
{
border-color: #AA4B04;
}
</style>