#A46361

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

Shades of Copper Rose #A46361

Tints of Copper Rose #A46361

Color information

#A46361 (or 0xA46361) is unknown color: approx Copper Rose. HEX triplet: A4, 63 and 61. RGB value is (164,99,97). Sum of RGB (Red+Green+Blue) = 164+99+97=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A46361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46361 is #5B9C9E. Grayscale: #767676. Windows color (decimal): -6003871 or 6382500. OLE color: 6382500.

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

Color convert

RGB1649997-
CMYK00.400.410.36
HSL1.79º26.91%51.18%-
HSV(B)1.79º40.85%64.31%-
XYZ21.9317.6813.57-
YUV118.21116.03160.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=45.56%
G=27.5%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164999700.400.410.361.7926.9151.18
HexA46361028292421b33
Octal244143141050514423363
Binary101001001100011110000101010001010011001001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46361; }

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

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

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

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

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

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

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

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