#A66160

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

Shades of Copper Rose #A66160

Tints of Copper Rose #A66160

Color information

#A66160 (or 0xA66160) is unknown color: approx Copper Rose. HEX triplet: A6, 61 and 60. RGB value is (166,97,96). Sum of RGB (Red+Green+Blue) = 166+97+96=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A66160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66160 is #599E9F. Grayscale: #757575. Windows color (decimal): -5873312 or 6316454. OLE color: 6316454.

HSL color Cylindrical-coordinate representation of color #A66160: hue angle of 0.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66160 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1669796-
CMYK00.420.420.35
HSL0.86º28.23%51.37%-
HSV(B)0.86º42.17%65.1%-
XYZ22.1117.513.28-
YUV117.52115.86162.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=46.24%
G=27.02%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166979600.420.420.350.8628.2351.37
HexA6616002A2A2311c33
Octal246141140052524313463
Binary10100110110000111000000101010101010100011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66160; }

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

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

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

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

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

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

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

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