#A26463

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

Shades of Copper Rose #A26463

Tints of Copper Rose #A26463

Color information

#A26463 (or 0xA26463) is unknown color: approx Copper Rose. HEX triplet: A2, 64 and 63. RGB value is (162,100,99). Sum of RGB (Red+Green+Blue) = 162+100+99=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A26463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26463 is #5D9B9C. Grayscale: #767676. Windows color (decimal): -6134685 or 6513826. OLE color: 6513826.

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

Color convert

RGB16210099-
CMYK00.380.390.36
HSL0.95º25.3%51.18%-
HSV(B)0.95º38.89%63.53%-
XYZ21.7117.714.08-
YUV118.42117.04159.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=44.88%
G=27.70%
B=27.42%

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
Decimal1621009900.380.390.360.9525.351.18
HexA26463026272411933
Octal242144143046474413163
Binary10100010110010011000110100110100111100100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26463; }

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

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

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

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

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

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

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

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