#A16967

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

Shades of Copper Rose #A16967

Tints of Copper Rose #A16967

Color information

#A16967 (or 0xA16967) is unknown color: approx Copper Rose. HEX triplet: A1, 69 and 67. RGB value is (161,105,103). Sum of RGB (Red+Green+Blue) = 161+105+103=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A16967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16967 is #5E9698. Grayscale: #797979. Windows color (decimal): -6198937 or 6777249. OLE color: 6777249.

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

Color convert

RGB161105103-
CMYK00.350.360.37
HSL2.07º23.58%51.76%-
HSV(B)2.07º36.02%63.14%-
XYZ22.218.6615.26-
YUV121.52117.55156.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=43.63%
G=28.46%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110510300.350.360.372.0723.5851.76
HexA16967023242521834
Octal241151147043444523064
Binary101000011101001110011101000111001001001011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16967; }

 p { color: rgb(161,105,103); }

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

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

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

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

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

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

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