#A26764

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

Shades of Copper Rose #A26764

Tints of Copper Rose #A26764

Color information

#A26764 (or 0xA26764) is unknown color: approx Copper Rose. HEX triplet: A2, 67 and 64. RGB value is (162,103,100). Sum of RGB (Red+Green+Blue) = 162+103+100=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A26764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26764 is #5D989B. Grayscale: #787878. Windows color (decimal): -6133916 or 6580130. OLE color: 6580130.

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

Color convert

RGB162103100-
CMYK00.360.380.36
HSL2.9º25%51.37%-
HSV(B)2.9º38.27%63.53%-
XYZ22.0518.314.43-
YUV120.3116.55157.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=44.38%
G=28.22%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210310000.360.380.362.92551.37
HexA26764024262431933
Octal242147144044464433163
Binary101000101100111110010001001001001101001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26764; }

 p { color: rgb(162,103,100); }

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

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

 a { background-color: rgb(162,103,100); }

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

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

 span { border-color: rgb(162,103,100); }

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