#A26461

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

Shades of Copper Rose #A26461

Tints of Copper Rose #A26461

Color information

#A26461 (or 0xA26461) is unknown color: approx Copper Rose. HEX triplet: A2, 64 and 61. RGB value is (162,100,97). Sum of RGB (Red+Green+Blue) = 162+100+97=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26461 is #5D9B9E. Grayscale: #767676. Windows color (decimal): -6134687 or 6382754. OLE color: 6382754.

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

Color convert

RGB16210097-
CMYK00.380.400.36
HSL2.77º25.9%50.78%-
HSV(B)2.77º40.12%63.53%-
XYZ21.6217.6613.58-
YUV118.2116.04159.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=45.13%
G=27.86%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621009700.380.400.362.7725.950.78
HexA26461026282431a33
Octal242144141046504433263
Binary101000101100100110000101001101010001001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26461; }

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

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

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

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

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

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

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

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