#A36866

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

Shades of Copper Rose #A36866

Tints of Copper Rose #A36866

Color information

#A36866 (or 0xA36866) is unknown color: approx Copper Rose. HEX triplet: A3, 68 and 66. RGB value is (163,104,102). Sum of RGB (Red+Green+Blue) = 163+104+102=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A36866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36866 is #5C9799. Grayscale: #797979. Windows color (decimal): -6068122 or 6711459. OLE color: 6711459.

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

Color convert

RGB163104102-
CMYK00.360.370.36
HSL1.97º24.9%51.96%-
HSV(B)1.97º37.42%63.92%-
XYZ22.4518.6514.99-
YUV121.41117.05157.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=44.17%
G=28.18%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310410200.360.370.361.9724.951.96
HexA36866024252421934
Octal243150146044454423164
Binary101000111101000110011001001001001011001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36866; }

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

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

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

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

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

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

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

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