#A26664

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

Shades of Copper Rose #A26664

Tints of Copper Rose #A26664

Color information

#A26664 (or 0xA26664) is unknown color: approx Copper Rose. HEX triplet: A2, 66 and 64. RGB value is (162,102,100). Sum of RGB (Red+Green+Blue) = 162+102+100=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A26664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26664 is #5D999B. Grayscale: #777777. Windows color (decimal): -6134172 or 6579874. OLE color: 6579874.

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

Color convert

RGB162102100-
CMYK00.370.380.36
HSL1.94º25%51.37%-
HSV(B)1.94º38.27%63.53%-
XYZ21.9518.114.39-
YUV119.71116.88158.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=44.51%
G=28.02%
B=27.47%

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
Decimal16210210000.370.380.361.942551.37
HexA26664025262421933
Octal242146144045464423163
Binary101000101100110110010001001011001101001001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26664; }

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

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

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

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

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

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

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

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