Shades of Copper Rust #A05351
Tints of Copper Rust #A05351
RGB
CMYK
RGB Variations
Color information
#A05351 (or 0xA05351) is known color: Copper Rust. HEX triplet: A0, 53 and 51. RGB value is (160,83,81). Sum of RGB (Red+Green+Blue) = 160+83+81=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A05351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05351 is #5FACAE. Grayscale: #696969. Windows color (decimal): -6270127 or 5329824. OLE color: 5329824.
HSL color Cylindrical-coordinate representation of color #A05351: hue angle of 1.52º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05351 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 81 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.37 |
| HSL | 1.52º | 0.33% | 0.47% | - |
| HSV(B) | 1.52º | 0.49% | 0.63% | - |
| XYZ | 19.08 | 14.25 | 9.53 | - |
| YUV | 105.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 81 | 0 | 0.48 | 0.49 | 0.37 | 1.52 | 0.33 | 0.47 |
| Hex | A0 | 53 | 51 | 0 | 30 | 31 | 25 | 2 | 21 | 2F |
| Octal | 240 | 123 | 121 | 0 | 60 | 61 | 45 | 2 | 41 | 57 |
| Binary | 10100000 | 1010011 | 1010001 | 0 | 110000 | 110001 | 100101 | 10 | 100001 | 101111 |
Color Harmonies of #A05351
Complementary color
Monochromatic Colors of #A05351
Black with #A05351
Text Example
Text Example
White with #A05351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05351; }
p { color: rgb(160,83,81); }
H1.HeaderClassName
{
color: #A05351;
}
.AnyTagClassName
{
color: #A05351;
}
</style>
background-color css
<style>
a { background-color: #A05351; }
a { background-color: rgb(160,83,81); }
div.DivClassName
{
background-color: #A05351;
}
.BgClassName
{
background-color: #A05351;
}
</style>
border-color css
<style>
span { border-color: #A05351; }
span { border-color: rgb(160,83,81); }
td.TdClassName
{
border-color: #A05351;
}
.TagClassName
{
border-color: #A05351;
}
</style>