#A16868

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

Shades of Copper Rose #A16868

Tints of Copper Rose #A16868

Color information

#A16868 (or 0xA16868) is unknown color: approx Copper Rose. HEX triplet: A1, 68 and 68. RGB value is (161,104,104). Sum of RGB (Red+Green+Blue) = 161+104+104=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A16868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16868 is #5E9797. Grayscale: #797979. Windows color (decimal): -6199192 or 6842529. OLE color: 6842529.

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

Color convert

RGB161104104-
CMYK00.350.350.37
HSL23.27%51.96%-
HSV(B)35.4%63.14%-
XYZ22.1518.4815.5-
YUV121.04118.38156.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=43.63%
G=28.18%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110410400.350.350.37023.2751.96
HexA16868023232501734
Octal241150150043434502764
Binary10100001110100011010000100011100011100101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16868; }

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

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

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

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

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

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

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

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