#A16260

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

Shades of Copper Rose #A16260

Tints of Copper Rose #A16260

Color information

#A16260 (or 0xA16260) is unknown color: approx Copper Rose. HEX triplet: A1, 62 and 60. RGB value is (161,98,96). Sum of RGB (Red+Green+Blue) = 161+98+96=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A16260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16260 is #5E9D9F. Grayscale: #747474. Windows color (decimal): -6200736 or 6316705. OLE color: 6316705.

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

Color convert

RGB1619896-
CMYK00.390.400.37
HSL1.85º25.69%50.39%-
HSV(B)1.85º40.37%63.14%-
XYZ21.1817.1613.26-
YUV116.61116.37159.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=45.35%
G=27.61%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161989600.390.400.371.8525.6950.39
HexA16260027282521a32
Octal241142140047504523262
Binary101000011100010110000001001111010001001011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16260; }

 p { color: rgb(161,98,96); }

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

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

 a { background-color: rgb(161,98,96); }

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

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

 span { border-color: rgb(161,98,96); }

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