#A16160

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

Shades of Copper Rose #A16160

Tints of Copper Rose #A16160

Color information

#A16160 (or 0xA16160) is unknown color: approx Copper Rose. HEX triplet: A1, 61 and 60. RGB value is (161,97,96). Sum of RGB (Red+Green+Blue) = 161+97+96=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A16160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16160 is #5E9E9F. Grayscale: #747474. Windows color (decimal): -6200992 or 6316449. OLE color: 6316449.

HSL color Cylindrical-coordinate representation of color #A16160: hue angle of 0.92º 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 #A16160 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1619796-
CMYK00.400.400.37
HSL0.92º25.69%50.39%-
HSV(B)0.92º40.37%63.14%-
XYZ21.0816.9713.23-
YUV116.02116.7160.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=45.48%
G=27.40%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161979600.400.400.370.9225.6950.39
HexA16160028282511a32
Octal241141140050504513262
Binary10100001110000111000000101000101000100101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16160; }

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

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

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

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

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

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

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

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