#A16765

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

Shades of Copper Rose #A16765

Tints of Copper Rose #A16765

Color information

#A16765 (or 0xA16765) is unknown color: approx Copper Rose. HEX triplet: A1, 67 and 65. RGB value is (161,103,101). Sum of RGB (Red+Green+Blue) = 161+103+101=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A16765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16765 is #5E989A. Grayscale: #787878. Windows color (decimal): -6199451 or 6645665. OLE color: 6645665.

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

Color convert

RGB161103101-
CMYK00.360.370.37
HSL24.19%51.37%-
HSV(B)37.27%63.14%-
XYZ21.918.2214.67-
YUV120.11117.22157.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=44.11%
G=28.22%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110310100.360.370.37224.1951.37
HexA16765024252521833
Octal241147145044454523063
Binary101000011100111110010101001001001011001011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16765; }

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

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

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

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

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

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

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

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