#A36463

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

Shades of Copper Rose #A36463

Tints of Copper Rose #A36463

Color information

#A36463 (or 0xA36463) is unknown color: approx Copper Rose. HEX triplet: A3, 64 and 63. RGB value is (163,100,99). Sum of RGB (Red+Green+Blue) = 163+100+99=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A36463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36463 is #5C9B9C. Grayscale: #767676. Windows color (decimal): -6069149 or 6513827. OLE color: 6513827.

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

Color convert

RGB16310099-
CMYK00.390.390.36
HSL0.94º25.81%51.37%-
HSV(B)0.94º39.26%63.92%-
XYZ21.9117.814.09-
YUV118.72116.87159.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=45.03%
G=27.62%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631009900.390.390.360.9425.8151.37
HexA36463027272411a33
Octal243144143047474413263
Binary10100011110010011000110100111100111100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36463; }

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

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

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

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

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

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

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

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