#A16666

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

Shades of Copper Rose #A16666

Tints of Copper Rose #A16666

Color information

#A16666 (or 0xA16666) is unknown color: approx Copper Rose. HEX triplet: A1, 66 and 66. RGB value is (161,102,102). Sum of RGB (Red+Green+Blue) = 161+102+102=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A16666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16666 is #5E9999. Grayscale: #777777. Windows color (decimal): -6199706 or 6710945. OLE color: 6710945.

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

Color convert

RGB161102102-
CMYK00.370.370.37
HSL23.89%51.57%-
HSV(B)36.65%63.14%-
XYZ21.8518.0414.9-
YUV119.64118.05157.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=44.11%
G=27.95%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110210200.370.370.37023.8951.57
HexA16666025252501834
Octal241146146045454503064
Binary10100001110011011001100100101100101100101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16666; }

 p { color: rgb(161,102,102); }

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

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

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

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

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

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

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