Shades of Rust #AA4908
Tints of Rust #AA4908
RGB
CMYK
RGB Variations
Color information
#AA4908 (or 0xAA4908) is known color: Rust. HEX triplet: AA, 49 and 08. RGB value is (170,73,8). Sum of RGB (Red+Green+Blue) = 170+73+8=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4908 is #55B6F7. Grayscale: #5E5E5E. Windows color (decimal): -5617400 or 543146. OLE color: 543146.
HSL color Cylindrical-coordinate representation of color #AA4908: hue angle of 24.07º 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 #AA4908 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 8 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.33 |
| HSL | 24.07º | 0.91% | 0.35% | - |
| HSV(B) | 24.07º | 0.95% | 0.67% | - |
| XYZ | 19 | 13.33 | 1.8 | - |
| YUV | 94.59 | 79.14 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 8 | 0 | 0.57 | 0.95 | 0.33 | 24.07 | 0.91 | 0.35 |
| Hex | AA | 49 | 8 | 0 | 39 | 5F | 21 | 18 | 5B | 23 |
| Octal | 252 | 111 | 10 | 0 | 71 | 137 | 41 | 30 | 133 | 43 |
| Binary | 10101010 | 1001001 | 1000 | 0 | 111001 | 1011111 | 100001 | 11000 | 1011011 | 100011 |
Color Harmonies of #AA4908
Complementary color
Monochromatic Colors of #AA4908
Black with #AA4908
Text Example
Text Example
White with #AA4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4908; }
p { color: rgb(170,73,8); }
H1.HeaderClassName
{
color: #AA4908;
}
.AnyTagClassName
{
color: #AA4908;
}
</style>
background-color css
<style>
a { background-color: #AA4908; }
a { background-color: rgb(170,73,8); }
div.DivClassName
{
background-color: #AA4908;
}
.BgClassName
{
background-color: #AA4908;
}
</style>
border-color css
<style>
span { border-color: #AA4908; }
span { border-color: rgb(170,73,8); }
td.TdClassName
{
border-color: #AA4908;
}
.TagClassName
{
border-color: #AA4908;
}
</style>