#A46460

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

Shades of Copper Rose #A46460

Tints of Copper Rose #A46460

Color information

#A46460 (or 0xA46460) is unknown color: approx Copper Rose. HEX triplet: A4, 64 and 60. RGB value is (164,100,96). Sum of RGB (Red+Green+Blue) = 164+100+96=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A46460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46460 is #5B9B9F. Grayscale: #767676. Windows color (decimal): -6003616 or 6317220. OLE color: 6317220.

HSL color Cylindrical-coordinate representation of color #A46460: hue angle of 3.53º 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 #A46460 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16410096-
CMYK00.390.410.36
HSL3.53º27.2%50.98%-
HSV(B)3.53º41.46%64.31%-
XYZ21.9817.8513.35-
YUV118.68115.2160.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=45.56%
G=27.78%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641009600.390.410.363.5327.250.98
HexA46460027292441b33
Octal244144140047514443363
Binary1010010011001001100000010011110100110010010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46460; }

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

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

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

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

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

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

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

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