#A46765

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

Shades of Copper Rose #A46765

Tints of Copper Rose #A46765

Color information

#A46765 (or 0xA46765) is unknown color: approx Copper Rose. HEX triplet: A4, 67 and 65. RGB value is (164,103,101). Sum of RGB (Red+Green+Blue) = 164+103+101=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A46765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46765 is #5B989A. Grayscale: #797979. Windows color (decimal): -6002843 or 6645668. OLE color: 6645668.

HSL color Cylindrical-coordinate representation of color #A46765: hue angle of 1.9º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46765 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164103101-
CMYK00.370.380.36
HSL1.9º25.71%51.96%-
HSV(B)1.9º38.41%64.31%-
XYZ22.5118.5314.7-
YUV121.01116.71158.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=44.57%
G=27.99%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410310100.370.380.361.925.7151.96
HexA46765025262421a34
Octal244147145045464423264
Binary101001001100111110010101001011001101001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46765; }

 p { color: rgb(164,103,101); }

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

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

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

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

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

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

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