#A46663

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

Shades of Copper Rose #A46663

Tints of Copper Rose #A46663

Color information

#A46663 (or 0xA46663) is unknown color: approx Copper Rose. HEX triplet: A4, 66 and 63. RGB value is (164,102,99). Sum of RGB (Red+Green+Blue) = 164+102+99=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A46663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46663 is #5B999C. Grayscale: #787878. Windows color (decimal): -6003101 or 6514340. OLE color: 6514340.

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

Color convert

RGB16410299-
CMYK00.380.400.36
HSL2.77º26.32%51.57%-
HSV(B)2.77º39.63%64.31%-
XYZ22.3118.314.16-
YUV120.2116.04159.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=44.93%
G=27.95%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641029900.380.400.362.7726.3251.57
HexA46663026282431a34
Octal244146143046504433264
Binary101001001100110110001101001101010001001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46663; }

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

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

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

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

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

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

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

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