Shades of Rust #A95409
Tints of Rust #A95409
RGB
CMYK
RGB Variations
Color information
#A95409 (or 0xA95409) is known color: Rust. HEX triplet: A9, 54 and 09. RGB value is (169,84,9). Sum of RGB (Red+Green+Blue) = 169+84+9=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A95409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95409 is #56ABF6. Grayscale: #656565. Windows color (decimal): -5680119 or 611497. OLE color: 611497.
HSL color Cylindrical-coordinate representation of color #A95409: hue angle of 28.12º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A95409 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 9 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.34 |
| HSL | 28.13º | 0.9% | 0.35% | - |
| HSV(B) | 28.13º | 0.95% | 0.66% | - |
| XYZ | 19.58 | 14.8 | 2.08 | - |
| YUV | 100.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 9 | 0 | 0.50 | 0.95 | 0.34 | 28.13 | 0.9 | 0.35 |
| Hex | A9 | 54 | 9 | 0 | 32 | 5F | 22 | 1C | 5A | 23 |
| Octal | 251 | 124 | 11 | 0 | 62 | 137 | 42 | 34 | 132 | 43 |
| Binary | 10101001 | 1010100 | 1001 | 0 | 110010 | 1011111 | 100010 | 11100 | 1011010 | 100011 |
Color Harmonies of #A95409
Complementary color
Monochromatic Colors of #A95409
Black with #A95409
Text Example
Text Example
White with #A95409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95409; }
p { color: rgb(169,84,9); }
H1.HeaderClassName
{
color: #A95409;
}
.AnyTagClassName
{
color: #A95409;
}
</style>
background-color css
<style>
a { background-color: #A95409; }
a { background-color: rgb(169,84,9); }
div.DivClassName
{
background-color: #A95409;
}
.BgClassName
{
background-color: #A95409;
}
</style>
border-color css
<style>
span { border-color: #A95409; }
span { border-color: rgb(169,84,9); }
td.TdClassName
{
border-color: #A95409;
}
.TagClassName
{
border-color: #A95409;
}
</style>