#A16D6C

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

Shades of Copper Rose #A16D6C

Tints of Copper Rose #A16D6C

Color information

#A16D6C (or 0xA16D6C) is unknown color: approx Copper Rose. HEX triplet: A1, 6D and 6C. RGB value is (161,109,108). Sum of RGB (Red+Green+Blue) = 161+109+108=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D6C is #5E9293. Grayscale: #7C7C7C. Windows color (decimal): -6197908 or 7105953. OLE color: 7105953.

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

Color convert

RGB161109108-
CMYK00.320.330.37
HSL1.13º21.99%52.75%-
HSV(B)1.13º32.92%63.14%-
XYZ22.8719.616.76-
YUV124.43118.73154.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=42.59%
G=28.84%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110910800.320.330.371.1321.9952.75
HexA16D6C020212511635
Octal241155154040414512665
Binary10100001110110111011000100000100001100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D6C; }

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

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

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

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

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

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

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

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