Shades of Rust #AA5308
Tints of Rust #AA5308
RGB
CMYK
RGB Variations
Color information
#AA5308 (or 0xAA5308) is known color: Rust. HEX triplet: AA, 53 and 08. RGB value is (170,83,8). Sum of RGB (Red+Green+Blue) = 170+83+8=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5308 is #55ACF7. Grayscale: #646464. Windows color (decimal): -5614840 or 545706. OLE color: 545706.
HSL color Cylindrical-coordinate representation of color #AA5308: hue angle of 27.78º 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 #AA5308 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.33 |
| HSL | 27.78º | 0.91% | 0.35% | - |
| HSV(B) | 27.78º | 0.95% | 0.67% | - |
| XYZ | 19.71 | 14.75 | 2.04 | - |
| YUV | 100.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 8 | 0 | 0.51 | 0.95 | 0.33 | 27.78 | 0.91 | 0.35 |
| Hex | AA | 53 | 8 | 0 | 33 | 5F | 21 | 1C | 5B | 23 |
| Octal | 252 | 123 | 10 | 0 | 63 | 137 | 41 | 34 | 133 | 43 |
| Binary | 10101010 | 1010011 | 1000 | 0 | 110011 | 1011111 | 100001 | 11100 | 1011011 | 100011 |
Color Harmonies of #AA5308
Complementary color
Monochromatic Colors of #AA5308
Black with #AA5308
Text Example
Text Example
White with #AA5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5308; }
p { color: rgb(170,83,8); }
H1.HeaderClassName
{
color: #AA5308;
}
.AnyTagClassName
{
color: #AA5308;
}
</style>
background-color css
<style>
a { background-color: #AA5308; }
a { background-color: rgb(170,83,8); }
div.DivClassName
{
background-color: #AA5308;
}
.BgClassName
{
background-color: #AA5308;
}
</style>
border-color css
<style>
span { border-color: #AA5308; }
span { border-color: rgb(170,83,8); }
td.TdClassName
{
border-color: #AA5308;
}
.TagClassName
{
border-color: #AA5308;
}
</style>