#A06361

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

Shades of Copper Rose #A06361

Tints of Copper Rose #A06361

Color information

#A06361 (or 0xA06361) is unknown color: approx Copper Rose. HEX triplet: A0, 63 and 61. RGB value is (160,99,97). Sum of RGB (Red+Green+Blue) = 160+99+97=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A06361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06361 is #5F9C9E. Grayscale: #757575. Windows color (decimal): -6266015 or 6382496. OLE color: 6382496.

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

Color convert

RGB1609997-
CMYK00.380.390.37
HSL1.9º24.9%50.39%-
HSV(B)1.9º39.38%62.75%-
XYZ21.1217.2613.53-
YUV117.01116.71158.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=44.94%
G=27.81%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160999700.380.390.371.924.950.39
HexA06361026272521932
Octal240143141046474523162
Binary101000001100011110000101001101001111001011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06361; }

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

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

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

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

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

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

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

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