#A46461

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

Shades of Copper Rose #A46461

Tints of Copper Rose #A46461

Color information

#A46461 (or 0xA46461) is unknown color: approx Copper Rose. HEX triplet: A4, 64 and 61. RGB value is (164,100,97). Sum of RGB (Red+Green+Blue) = 164+100+97=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A46461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46461 is #5B9B9E. Grayscale: #767676. Windows color (decimal): -6003615 or 6382756. OLE color: 6382756.

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

Color convert

RGB16410097-
CMYK00.390.410.36
HSL2.69º26.91%51.18%-
HSV(B)2.69º40.85%64.31%-
XYZ22.0217.8713.6-
YUV118.79115.7160.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=45.43%
G=27.70%
B=26.87%

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
Decimal1641009700.390.410.362.6926.9151.18
HexA46461027292431b33
Octal244144141047514433363
Binary101001001100100110000101001111010011001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46461; }

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

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

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

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

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

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

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

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