#A46060

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

Shades of Copper Rose #A46060

Tints of Copper Rose #A46060

Color information

#A46060 (or 0xA46060) is unknown color: approx Copper Rose. HEX triplet: A4, 60 and 60. RGB value is (164,96,96). Sum of RGB (Red+Green+Blue) = 164+96+96=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A46060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46060 is #5B9F9F. Grayscale: #747474. Windows color (decimal): -6004640 or 6316196. OLE color: 6316196.

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

Color convert

RGB1649696-
CMYK00.410.410.36
HSL27.2%50.98%-
HSV(B)41.46%64.31%-
XYZ21.617.113.23-
YUV116.33116.53162-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=46.07%
G=26.97%
B=26.97%

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
Decimal164969600.410.410.36027.250.98
HexA46060029292401b33
Octal244140140051514403363
Binary10100100110000011000000101001101001100100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46060; }

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

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

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

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

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

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

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

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