#A26868

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

Shades of Copper Rose #A26868

Tints of Copper Rose #A26868

Color information

#A26868 (or 0xA26868) is unknown color: approx Copper Rose. HEX triplet: A2, 68 and 68. RGB value is (162,104,104). Sum of RGB (Red+Green+Blue) = 162+104+104=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A26868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26868 is #5D9797. Grayscale: #797979. Windows color (decimal): -6133656 or 6842530. OLE color: 6842530.

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

Color convert

RGB162104104-
CMYK00.360.360.36
HSL23.77%52.16%-
HSV(B)35.8%63.53%-
XYZ22.3518.5815.51-
YUV121.34118.22157-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=43.78%
G=28.11%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210410400.360.360.36023.7752.16
HexA26868024242401834
Octal242150150044444403064
Binary10100010110100011010000100100100100100100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26868; }

 p { color: rgb(162,104,104); }

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

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

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

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

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

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

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