#A16661

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

Shades of Copper Rose #A16661

Tints of Copper Rose #A16661

Color information

#A16661 (or 0xA16661) is unknown color: approx Copper Rose. HEX triplet: A1, 66 and 61. RGB value is (161,102,97). Sum of RGB (Red+Green+Blue) = 161+102+97=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16661 is #5E999E. Grayscale: #777777. Windows color (decimal): -6199711 or 6383265. OLE color: 6383265.

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

Color convert

RGB16110297-
CMYK00.370.400.37
HSL4.69º25.4%50.59%-
HSV(B)4.69º39.75%63.14%-
XYZ21.6117.9413.63-
YUV119.07115.55157.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=44.72%
G=28.33%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611029700.370.400.374.6925.450.59
HexA16661025282551933
Octal241146141045504553163
Binary1010000111001101100001010010110100010010110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16661; }

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

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

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

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

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

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

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

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