#A36661

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

Shades of Copper Rose #A36661

Tints of Copper Rose #A36661

Color information

#A36661 (or 0xA36661) is unknown color: approx Copper Rose. HEX triplet: A3, 66 and 61. RGB value is (163,102,97). Sum of RGB (Red+Green+Blue) = 163+102+97=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A36661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36661 is #5C999E. Grayscale: #777777. Windows color (decimal): -6068639 or 6383267. OLE color: 6383267.

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

Color convert

RGB16310297-
CMYK00.370.400.36
HSL4.55º26.4%50.98%-
HSV(B)4.55º40.49%63.92%-
XYZ22.0118.1513.65-
YUV119.67115.21158.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=45.03%
G=28.18%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631029700.370.400.364.5526.450.98
HexA36661025282451a33
Octal243146141045504453263
Binary1010001111001101100001010010110100010010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36661; }

 p { color: rgb(163,102,97); }

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

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

 a { background-color: rgb(163,102,97); }

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

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

 span { border-color: rgb(163,102,97); }

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