#A5615F

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

Shades of Copper Rose #A5615F

Tints of Copper Rose #A5615F

Color information

#A5615F (or 0xA5615F) is unknown color: approx Copper Rose. HEX triplet: A5, 61 and 5F. RGB value is (165,97,95). Sum of RGB (Red+Green+Blue) = 165+97+95=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5615F is #5A9EA0. Grayscale: #757575. Windows color (decimal): -5938849 or 6250917. OLE color: 6250917.

HSL color Cylindrical-coordinate representation of color #A5615F: hue angle of 1.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5615F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1659795-
CMYK00.410.420.35
HSL1.71º28%50.98%-
HSV(B)1.71º42.42%64.71%-
XYZ21.8617.3713.03-
YUV117.1115.53162.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=46.22%
G=27.17%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165979500.410.420.351.712850.98
HexA5615F0292A2321c33
Octal245141137051524323463
Binary101001011100001101111101010011010101000111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5615F; }

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

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

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

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

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

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

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

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