#A16261

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

Shades of Copper Rose #A16261

Tints of Copper Rose #A16261

Color information

#A16261 (or 0xA16261) is unknown color: approx Copper Rose. HEX triplet: A1, 62 and 61. RGB value is (161,98,97). Sum of RGB (Red+Green+Blue) = 161+98+97=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A16261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16261 is #5E9D9E. Grayscale: #747474. Windows color (decimal): -6200735 or 6382241. OLE color: 6382241.

HSL color Cylindrical-coordinate representation of color #A16261: hue angle of 0.94º 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 #A16261 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1619897-
CMYK00.390.400.37
HSL0.94º25.4%50.59%-
HSV(B)0.94º39.75%63.14%-
XYZ21.2217.1813.51-
YUV116.72116.87159.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=45.22%
G=27.53%
B=27.25%

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
Decimal161989700.390.400.370.9425.450.59
HexA16261027282511933
Octal241142141047504513163
Binary10100001110001011000010100111101000100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16261; }

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

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

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

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

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

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

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

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