Shades of Rust #AA4208
Tints of Rust #AA4208
RGB
CMYK
RGB Variations
Color information
#AA4208 (or 0xAA4208) is known color: Rust. HEX triplet: AA, 42 and 08. RGB value is (170,66,8). Sum of RGB (Red+Green+Blue) = 170+66+8=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4208 is #55BDF7. Grayscale: #5A5A5A. Windows color (decimal): -5619192 or 541354. OLE color: 541354.
HSL color Cylindrical-coordinate representation of color #AA4208: hue angle of 21.48º 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 #AA4208 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.33 |
| HSL | 21.48º | 0.91% | 0.35% | - |
| HSV(B) | 21.48º | 0.95% | 0.67% | - |
| XYZ | 18.57 | 12.46 | 1.66 | - |
| YUV | 90.48 | 81.46 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 8 | 0 | 0.61 | 0.95 | 0.33 | 21.48 | 0.91 | 0.35 |
| Hex | AA | 42 | 8 | 0 | 3D | 5F | 21 | 15 | 5B | 23 |
| Octal | 252 | 102 | 10 | 0 | 75 | 137 | 41 | 25 | 133 | 43 |
| Binary | 10101010 | 1000010 | 1000 | 0 | 111101 | 1011111 | 100001 | 10101 | 1011011 | 100011 |
Color Harmonies of #AA4208
Complementary color
Monochromatic Colors of #AA4208
Black with #AA4208
Text Example
Text Example
White with #AA4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4208; }
p { color: rgb(170,66,8); }
H1.HeaderClassName
{
color: #AA4208;
}
.AnyTagClassName
{
color: #AA4208;
}
</style>
background-color css
<style>
a { background-color: #AA4208; }
a { background-color: rgb(170,66,8); }
div.DivClassName
{
background-color: #AA4208;
}
.BgClassName
{
background-color: #AA4208;
}
</style>
border-color css
<style>
span { border-color: #AA4208; }
span { border-color: rgb(170,66,8); }
td.TdClassName
{
border-color: #AA4208;
}
.TagClassName
{
border-color: #AA4208;
}
</style>