#A16460

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

Shades of Copper Rose #A16460

Tints of Copper Rose #A16460

Color information

#A16460 (or 0xA16460) is unknown color: approx Copper Rose. HEX triplet: A1, 64 and 60. RGB value is (161,100,96). Sum of RGB (Red+Green+Blue) = 161+100+96=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A16460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16460 is #5E9B9F. Grayscale: #757575. Windows color (decimal): -6200224 or 6317217. OLE color: 6317217.

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

Color convert

RGB16110096-
CMYK00.380.400.37
HSL3.69º25.69%50.39%-
HSV(B)3.69º40.37%63.14%-
XYZ21.3717.5413.32-
YUV117.78115.71158.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=45.10%
G=28.01%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611009600.380.400.373.6925.6950.39
HexA16460026282541a32
Octal241144140046504543262
Binary1010000111001001100000010011010100010010110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16460; }

 p { color: rgb(161,100,96); }

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

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

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

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

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

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

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