Shades of Rust #AA4008
Tints of Rust #AA4008
RGB
CMYK
RGB Variations
Color information
#AA4008 (or 0xAA4008) is known color: Rust. HEX triplet: AA, 40 and 08. RGB value is (170,64,8). Sum of RGB (Red+Green+Blue) = 170+64+8=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4008 is #55BFF7. Grayscale: #595959. Windows color (decimal): -5619704 or 540842. OLE color: 540842.
HSL color Cylindrical-coordinate representation of color #AA4008: hue angle of 20.74º 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 #AA4008 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 8 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.33 |
| HSL | 20.74º | 0.91% | 0.35% | - |
| HSV(B) | 20.74º | 0.95% | 0.67% | - |
| XYZ | 18.45 | 12.23 | 1.62 | - |
| YUV | 89.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 8 | 0 | 0.62 | 0.95 | 0.33 | 20.74 | 0.91 | 0.35 |
| Hex | AA | 40 | 8 | 0 | 3E | 5F | 21 | 15 | 5B | 23 |
| Octal | 252 | 100 | 10 | 0 | 76 | 137 | 41 | 25 | 133 | 43 |
| Binary | 10101010 | 1000000 | 1000 | 0 | 111110 | 1011111 | 100001 | 10101 | 1011011 | 100011 |
Color Harmonies of #AA4008
Complementary color
Monochromatic Colors of #AA4008
Black with #AA4008
Text Example
Text Example
White with #AA4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4008; }
p { color: rgb(170,64,8); }
H1.HeaderClassName
{
color: #AA4008;
}
.AnyTagClassName
{
color: #AA4008;
}
</style>
background-color css
<style>
a { background-color: #AA4008; }
a { background-color: rgb(170,64,8); }
div.DivClassName
{
background-color: #AA4008;
}
.BgClassName
{
background-color: #AA4008;
}
</style>
border-color css
<style>
span { border-color: #AA4008; }
span { border-color: rgb(170,64,8); }
td.TdClassName
{
border-color: #AA4008;
}
.TagClassName
{
border-color: #AA4008;
}
</style>