Shades of Rust #A54516
Tints of Rust #A54516
RGB
CMYK
RGB Variations
Color information
#A54516 (or 0xA54516) is known color: Rust. HEX triplet: A5, 45 and 16. RGB value is (165,69,22). Sum of RGB (Red+Green+Blue) = 165+69+22=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A54516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54516 is #5ABAE9. Grayscale: #5C5C5C. Windows color (decimal): -5946090 or 1459621. OLE color: 1459621.
HSL color Cylindrical-coordinate representation of color #A54516: hue angle of 19.72º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A54516 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 22 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.35 |
| HSL | 19.72º | 0.76% | 0.37% | - |
| HSV(B) | 19.72º | 0.87% | 0.65% | - |
| XYZ | 17.79 | 12.31 | 2.2 | - |
| YUV | 92.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 22 | 0 | 0.58 | 0.87 | 0.35 | 19.72 | 0.76 | 0.37 |
| Hex | A5 | 45 | 16 | 0 | 3A | 57 | 23 | 14 | 4C | 25 |
| Octal | 245 | 105 | 26 | 0 | 72 | 127 | 43 | 24 | 114 | 45 |
| Binary | 10100101 | 1000101 | 10110 | 0 | 111010 | 1010111 | 100011 | 10100 | 1001100 | 100101 |
Color Harmonies of #A54516
Complementary color
Monochromatic Colors of #A54516
Black with #A54516
Text Example
Text Example
White with #A54516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54516; }
p { color: rgb(165,69,22); }
H1.HeaderClassName
{
color: #A54516;
}
.AnyTagClassName
{
color: #A54516;
}
</style>
background-color css
<style>
a { background-color: #A54516; }
a { background-color: rgb(165,69,22); }
div.DivClassName
{
background-color: #A54516;
}
.BgClassName
{
background-color: #A54516;
}
</style>
border-color css
<style>
span { border-color: #A54516; }
span { border-color: rgb(165,69,22); }
td.TdClassName
{
border-color: #A54516;
}
.TagClassName
{
border-color: #A54516;
}
</style>