Shades of Rust #A84519
Tints of Rust #A84519
RGB
CMYK
RGB Variations
Color information
#A84519 (or 0xA84519) is known color: Rust. HEX triplet: A8, 45 and 19. RGB value is (168,69,25). Sum of RGB (Red+Green+Blue) = 168+69+25=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A84519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84519 is #57BAE6. Grayscale: #5D5D5D. Windows color (decimal): -5749479 or 1656232. OLE color: 1656232.
HSL color Cylindrical-coordinate representation of color #A84519: hue angle of 18.46º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A84519 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 25 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.34 |
| HSL | 18.46º | 0.74% | 0.38% | - |
| HSV(B) | 18.46º | 0.85% | 0.66% | - |
| XYZ | 18.45 | 12.65 | 2.39 | - |
| YUV | 93.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 25 | 0 | 0.59 | 0.85 | 0.34 | 18.46 | 0.74 | 0.38 |
| Hex | A8 | 45 | 19 | 0 | 3B | 55 | 22 | 12 | 4A | 26 |
| Octal | 250 | 105 | 31 | 0 | 73 | 125 | 42 | 22 | 112 | 46 |
| Binary | 10101000 | 1000101 | 11001 | 0 | 111011 | 1010101 | 100010 | 10010 | 1001010 | 100110 |
Color Harmonies of #A84519
Complementary color
Monochromatic Colors of #A84519
Black with #A84519
Text Example
Text Example
White with #A84519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84519; }
p { color: rgb(168,69,25); }
H1.HeaderClassName
{
color: #A84519;
}
.AnyTagClassName
{
color: #A84519;
}
</style>
background-color css
<style>
a { background-color: #A84519; }
a { background-color: rgb(168,69,25); }
div.DivClassName
{
background-color: #A84519;
}
.BgClassName
{
background-color: #A84519;
}
</style>
border-color css
<style>
span { border-color: #A84519; }
span { border-color: rgb(168,69,25); }
td.TdClassName
{
border-color: #A84519;
}
.TagClassName
{
border-color: #A84519;
}
</style>