#A46562

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

Shades of Copper Rose #A46562

Tints of Copper Rose #A46562

Color information

#A46562 (or 0xA46562) is unknown color: approx Copper Rose. HEX triplet: A4, 65 and 62. RGB value is (164,101,98). Sum of RGB (Red+Green+Blue) = 164+101+98=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A46562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46562 is #5B9A9D. Grayscale: #777777. Windows color (decimal): -6003358 or 6448548. OLE color: 6448548.

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

Color convert

RGB16410198-
CMYK00.380.400.36
HSL2.73º26.61%51.37%-
HSV(B)2.73º40.24%64.31%-
XYZ22.1718.0813.88-
YUV119.5115.87159.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=45.18%
G=27.82%
B=27.00%

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
Decimal1641019800.380.400.362.7326.6151.37
HexA46562026282431b33
Octal244145142046504433363
Binary101001001100101110001001001101010001001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46562; }

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

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

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

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

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

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

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

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