#A26766

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

Shades of Copper Rose #A26766

Tints of Copper Rose #A26766

Color information

#A26766 (or 0xA26766) is unknown color: approx Copper Rose. HEX triplet: A2, 67 and 66. RGB value is (162,103,102). Sum of RGB (Red+Green+Blue) = 162+103+102=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A26766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26766 is #5D9899. Grayscale: #787878. Windows color (decimal): -6133914 or 6711202. OLE color: 6711202.

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

Color convert

RGB162103102-
CMYK00.360.370.36
HSL24.39%51.76%-
HSV(B)37.04%63.53%-
XYZ22.1518.3414.94-
YUV120.53117.55157.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=44.14%
G=28.07%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210310200.360.370.36124.3951.76
HexA26766024252411834
Octal242147146044454413064
Binary10100010110011111001100100100100101100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26766; }

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

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

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

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

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

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

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

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