Shades of Rust #A84A15
Tints of Rust #A84A15
RGB
CMYK
RGB Variations
Color information
#A84A15 (or 0xA84A15) is known color: Rust. HEX triplet: A8, 4A and 15. RGB value is (168,74,21). Sum of RGB (Red+Green+Blue) = 168+74+21=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A15 is #57B5EA. Grayscale: #606060. Windows color (decimal): -5748203 or 1395368. OLE color: 1395368.
HSL color Cylindrical-coordinate representation of color #A84A15: hue angle of 21.63º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A84A15 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 21 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.34 |
| HSL | 21.63º | 0.78% | 0.37% | - |
| HSV(B) | 21.63º | 0.88% | 0.66% | - |
| XYZ | 18.73 | 13.28 | 2.28 | - |
| YUV | 96.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 21 | 0 | 0.56 | 0.88 | 0.34 | 21.63 | 0.78 | 0.37 |
| Hex | A8 | 4A | 15 | 0 | 38 | 58 | 22 | 16 | 4E | 25 |
| Octal | 250 | 112 | 25 | 0 | 70 | 130 | 42 | 26 | 116 | 45 |
| Binary | 10101000 | 1001010 | 10101 | 0 | 111000 | 1011000 | 100010 | 10110 | 1001110 | 100101 |
Color Harmonies of #A84A15
Complementary color
Monochromatic Colors of #A84A15
Black with #A84A15
Text Example
Text Example
White with #A84A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A15; }
p { color: rgb(168,74,21); }
H1.HeaderClassName
{
color: #A84A15;
}
.AnyTagClassName
{
color: #A84A15;
}
</style>
background-color css
<style>
a { background-color: #A84A15; }
a { background-color: rgb(168,74,21); }
div.DivClassName
{
background-color: #A84A15;
}
.BgClassName
{
background-color: #A84A15;
}
</style>
border-color css
<style>
span { border-color: #A84A15; }
span { border-color: rgb(168,74,21); }
td.TdClassName
{
border-color: #A84A15;
}
.TagClassName
{
border-color: #A84A15;
}
</style>