Shades of Rust #AA4F08
Tints of Rust #AA4F08
RGB
CMYK
RGB Variations
Color information
#AA4F08 (or 0xAA4F08) is known color: Rust. HEX triplet: AA, 4F and 08. RGB value is (170,79,8). Sum of RGB (Red+Green+Blue) = 170+79+8=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F08 is #55B0F7. Grayscale: #626262. Windows color (decimal): -5615864 or 544682. OLE color: 544682.
HSL color Cylindrical-coordinate representation of color #AA4F08: hue angle of 26.3º 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 #AA4F08 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 8 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.33 |
| HSL | 26.3º | 0.91% | 0.35% | - |
| HSV(B) | 26.3º | 0.95% | 0.67% | - |
| XYZ | 19.42 | 14.16 | 1.94 | - |
| YUV | 98.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 8 | 0 | 0.54 | 0.95 | 0.33 | 26.3 | 0.91 | 0.35 |
| Hex | AA | 4F | 8 | 0 | 36 | 5F | 21 | 1A | 5B | 23 |
| Octal | 252 | 117 | 10 | 0 | 66 | 137 | 41 | 32 | 133 | 43 |
| Binary | 10101010 | 1001111 | 1000 | 0 | 110110 | 1011111 | 100001 | 11010 | 1011011 | 100011 |
Color Harmonies of #AA4F08
Complementary color
Monochromatic Colors of #AA4F08
Black with #AA4F08
Text Example
Text Example
White with #AA4F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F08; }
p { color: rgb(170,79,8); }
H1.HeaderClassName
{
color: #AA4F08;
}
.AnyTagClassName
{
color: #AA4F08;
}
</style>
background-color css
<style>
a { background-color: #AA4F08; }
a { background-color: rgb(170,79,8); }
div.DivClassName
{
background-color: #AA4F08;
}
.BgClassName
{
background-color: #AA4F08;
}
</style>
border-color css
<style>
span { border-color: #AA4F08; }
span { border-color: rgb(170,79,8); }
td.TdClassName
{
border-color: #AA4F08;
}
.TagClassName
{
border-color: #AA4F08;
}
</style>