Shades of Rust #A84209
Tints of Rust #A84209
RGB
CMYK
RGB Variations
Color information
#A84209 (or 0xA84209) is known color: Rust. HEX triplet: A8, 42 and 09. RGB value is (168,66,9). Sum of RGB (Red+Green+Blue) = 168+66+9=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A84209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84209 is #57BDF6. Grayscale: #5A5A5A. Windows color (decimal): -5750263 or 606888. OLE color: 606888.
HSL color Cylindrical-coordinate representation of color #A84209: hue angle of 21.51º 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 #A84209 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.34 |
| HSL | 21.51º | 0.9% | 0.35% | - |
| HSV(B) | 21.51º | 0.95% | 0.66% | - |
| XYZ | 18.15 | 12.24 | 1.66 | - |
| YUV | 90 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 9 | 0 | 0.61 | 0.95 | 0.34 | 21.51 | 0.9 | 0.35 |
| Hex | A8 | 42 | 9 | 0 | 3D | 5F | 22 | 16 | 5A | 23 |
| Octal | 250 | 102 | 11 | 0 | 75 | 137 | 42 | 26 | 132 | 43 |
| Binary | 10101000 | 1000010 | 1001 | 0 | 111101 | 1011111 | 100010 | 10110 | 1011010 | 100011 |
Color Harmonies of #A84209
Complementary color
Monochromatic Colors of #A84209
Black with #A84209
Text Example
Text Example
White with #A84209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84209; }
p { color: rgb(168,66,9); }
H1.HeaderClassName
{
color: #A84209;
}
.AnyTagClassName
{
color: #A84209;
}
</style>
background-color css
<style>
a { background-color: #A84209; }
a { background-color: rgb(168,66,9); }
div.DivClassName
{
background-color: #A84209;
}
.BgClassName
{
background-color: #A84209;
}
</style>
border-color css
<style>
span { border-color: #A84209; }
span { border-color: rgb(168,66,9); }
td.TdClassName
{
border-color: #A84209;
}
.TagClassName
{
border-color: #A84209;
}
</style>