Shades of Rust #A84514
Tints of Rust #A84514
RGB
CMYK
RGB Variations
Color information
#A84514 (or 0xA84514) is known color: Rust. HEX triplet: A8, 45 and 14. RGB value is (168,69,20). Sum of RGB (Red+Green+Blue) = 168+69+20=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84514 is #57BAEB. Grayscale: #5D5D5D. Windows color (decimal): -5749484 or 1328552. OLE color: 1328552.
HSL color Cylindrical-coordinate representation of color #A84514: hue angle of 19.86º degrees, saturation: 0.79, 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 #A84514 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 20 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.34 |
| HSL | 19.86º | 0.79% | 0.37% | - |
| HSV(B) | 19.86º | 0.88% | 0.66% | - |
| XYZ | 18.4 | 12.63 | 2.13 | - |
| YUV | 93.02 | 86.8 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 20 | 0 | 0.59 | 0.88 | 0.34 | 19.86 | 0.79 | 0.37 |
| Hex | A8 | 45 | 14 | 0 | 3B | 58 | 22 | 14 | 4F | 25 |
| Octal | 250 | 105 | 24 | 0 | 73 | 130 | 42 | 24 | 117 | 45 |
| Binary | 10101000 | 1000101 | 10100 | 0 | 111011 | 1011000 | 100010 | 10100 | 1001111 | 100101 |
Color Harmonies of #A84514
Complementary color
Monochromatic Colors of #A84514
Black with #A84514
Text Example
Text Example
White with #A84514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84514; }
p { color: rgb(168,69,20); }
H1.HeaderClassName
{
color: #A84514;
}
.AnyTagClassName
{
color: #A84514;
}
</style>
background-color css
<style>
a { background-color: #A84514; }
a { background-color: rgb(168,69,20); }
div.DivClassName
{
background-color: #A84514;
}
.BgClassName
{
background-color: #A84514;
}
</style>
border-color css
<style>
span { border-color: #A84514; }
span { border-color: rgb(168,69,20); }
td.TdClassName
{
border-color: #A84514;
}
.TagClassName
{
border-color: #A84514;
}
</style>