#A2615F

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

Shades of Copper Rose #A2615F

Tints of Copper Rose #A2615F

Color information

#A2615F (or 0xA2615F) is unknown color: approx Copper Rose. HEX triplet: A2, 61 and 5F. RGB value is (162,97,95). Sum of RGB (Red+Green+Blue) = 162+97+95=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2615F is #5D9EA0. Grayscale: #747474. Windows color (decimal): -6135457 or 6250914. OLE color: 6250914.

HSL color Cylindrical-coordinate representation of color #A2615F: hue angle of 1.79º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2615F is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1629795-
CMYK00.400.410.36
HSL1.79º26.48%50.39%-
HSV(B)1.79º41.36%63.53%-
XYZ21.2417.0613-
YUV116.21116.03160.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=45.76%
G=27.40%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162979500.400.410.361.7926.4850.39
HexA2615F028292421a32
Octal242141137050514423262
Binary101000101100001101111101010001010011001001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2615F; }

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

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

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

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

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

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

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

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