#A16361

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

Shades of Copper Rose #A16361

Tints of Copper Rose #A16361

Color information

#A16361 (or 0xA16361) is unknown color: approx Copper Rose. HEX triplet: A1, 63 and 61. RGB value is (161,99,97). Sum of RGB (Red+Green+Blue) = 161+99+97=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A16361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16361 is #5E9C9E. Grayscale: #757575. Windows color (decimal): -6200479 or 6382497. OLE color: 6382497.

HSL color Cylindrical-coordinate representation of color #A16361: hue angle of 1.88º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16361 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1619997-
CMYK00.390.400.37
HSL1.88º25.4%50.59%-
HSV(B)1.88º39.75%63.14%-
XYZ21.3217.3613.54-
YUV117.31116.54159.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=45.10%
G=27.73%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161999700.390.400.371.8825.450.59
HexA16361027282521933
Octal241143141047504523163
Binary101000011100011110000101001111010001001011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16361; }

 p { color: rgb(161,99,97); }

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

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

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

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

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

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

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