#A0615F

Color #A0615F Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #A0615F

Tints of Copper Rose #A0615F

Color information

#A0615F (or 0xA0615F) is unknown color: approx Copper Rose. HEX triplet: A0, 61 and 5F. RGB value is (160,97,95). Sum of RGB (Red+Green+Blue) = 160+97+95=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0615F is #5F9EA0. Grayscale: #737373. Windows color (decimal): -6266529 or 6250912. OLE color: 6250912.

HSL color Cylindrical-coordinate representation of color #A0615F: hue angle of 1.85º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0615F is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1609795-
CMYK00.390.410.37
HSL1.85º25.49%50%-
HSV(B)1.85º40.62%62.75%-
XYZ20.8416.8512.98-
YUV115.61116.37159.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=45.45%
G=27.56%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160979500.390.410.371.8525.4950
HexA0615F027292521932
Octal240141137047514523162
Binary101000001100001101111101001111010011001011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0615F; }

 p { color: rgb(160,97,95); }

 H1.HeaderClassName
 {
   color: #A0615F;
 }
 .AnyTagClassName
 {
   color: #A0615F;
 }
</style>
background-color css

<style>
 a { background-color: #A0615F; }

 a { background-color: rgb(160,97,95); }

 div.DivClassName
 {
   background-color: #A0615F;
 }
 .BgClassName
 {
   background-color: #A0615F;
 }
</style>
border-color css

<style>
 span { border-color: #A0615F; }

 span { border-color: rgb(160,97,95); }

 td.TdClassName
 {
   border-color: #A0615F;
 }
 .TagClassName
 {
   border-color: #A0615F;
 }
</style>