#A16463

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

Shades of Copper Rose #A16463

Tints of Copper Rose #A16463

Color information

#A16463 (or 0xA16463) is unknown color: approx Copper Rose. HEX triplet: A1, 64 and 63. RGB value is (161,100,99). Sum of RGB (Red+Green+Blue) = 161+100+99=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16463 is #5E9B9C. Grayscale: #767676. Windows color (decimal): -6200221 or 6513825. OLE color: 6513825.

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

Color convert

RGB16110099-
CMYK00.380.390.37
HSL0.97º24.8%50.98%-
HSV(B)0.97º38.51%63.14%-
XYZ21.5117.5914.07-
YUV118.12117.21158.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=44.72%
G=27.78%
B=27.5%

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
Decimal1611009900.380.390.370.9724.850.98
HexA16463026272511933
Octal241144143046474513163
Binary10100001110010011000110100110100111100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16463; }

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

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

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

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

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

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

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

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