#A46160

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

Shades of Copper Rose #A46160

Tints of Copper Rose #A46160

Color information

#A46160 (or 0xA46160) is unknown color: approx Copper Rose. HEX triplet: A4, 61 and 60. RGB value is (164,97,96). Sum of RGB (Red+Green+Blue) = 164+97+96=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A46160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46160 is #5B9E9F. Grayscale: #747474. Windows color (decimal): -6004384 or 6316452. OLE color: 6316452.

HSL color Cylindrical-coordinate representation of color #A46160: hue angle of 0.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46160 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1649796-
CMYK00.410.410.36
HSL0.88º27.2%50.98%-
HSV(B)0.88º41.46%64.31%-
XYZ21.717.2913.26-
YUV116.92116.2161.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=45.94%
G=27.17%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164979600.410.410.360.8827.250.98
HexA46160029292411b33
Octal244141140051514413363
Binary10100100110000111000000101001101001100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46160; }

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

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

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

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

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

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

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

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