#A16C6C

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

Shades of Copper Rose #A16C6C

Tints of Copper Rose #A16C6C

Color information

#A16C6C (or 0xA16C6C) is unknown color: approx Copper Rose. HEX triplet: A1, 6C and 6C. RGB value is (161,108,108). Sum of RGB (Red+Green+Blue) = 161+108+108=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C6C is #5E9393. Grayscale: #7B7B7B. Windows color (decimal): -6198164 or 7105697. OLE color: 7105697.

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

Color convert

RGB161108108-
CMYK00.330.330.37
HSL21.99%52.75%-
HSV(B)32.92%63.14%-
XYZ22.7719.3816.73-
YUV123.85119.06154.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=42.71%
G=28.65%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110810800.330.330.37021.9952.75
HexA16C6C021212501635
Octal241154154041414502665
Binary10100001110110011011000100001100001100101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C6C; }

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

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

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

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

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

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

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

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