#A16B6B

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

Shades of Copper Rose #A16B6B

Tints of Copper Rose #A16B6B

Color information

#A16B6B (or 0xA16B6B) is unknown color: approx Copper Rose. HEX triplet: A1, 6B and 6B. RGB value is (161,107,107). Sum of RGB (Red+Green+Blue) = 161+107+107=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B6B is #5E9494. Grayscale: #7B7B7B. Windows color (decimal): -6198421 or 7039905. OLE color: 7039905.

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

Color convert

RGB161107107-
CMYK00.340.340.37
HSL22.31%52.55%-
HSV(B)33.54%63.14%-
XYZ22.6119.1516.42-
YUV123.15118.89155-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=42.93%
G=28.53%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110710700.340.340.37022.3152.55
HexA16B6B022222501635
Octal241153153042424502665
Binary10100001110101111010110100010100010100101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B6B; }

 p { color: rgb(161,107,107); }

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

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

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

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

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

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

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