#A36563

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

Shades of Copper Rose #A36563

Tints of Copper Rose #A36563

Color information

#A36563 (or 0xA36563) is unknown color: approx Copper Rose. HEX triplet: A3, 65 and 63. RGB value is (163,101,99). Sum of RGB (Red+Green+Blue) = 163+101+99=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A36563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36563 is #5C9A9C. Grayscale: #777777. Windows color (decimal): -6068893 or 6514083. OLE color: 6514083.

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

Color convert

RGB16310199-
CMYK00.380.390.36
HSL1.88º25.81%51.37%-
HSV(B)1.88º39.26%63.92%-
XYZ22.0117.9914.12-
YUV119.31116.54159.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=44.90%
G=27.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631019900.380.390.361.8825.8151.37
HexA36563026272421a33
Octal243145143046474423263
Binary101000111100101110001101001101001111001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36563; }

 p { color: rgb(163,101,99); }

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

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

 a { background-color: rgb(163,101,99); }

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

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

 span { border-color: rgb(163,101,99); }

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