#A26261

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

Shades of Copper Rose #A26261

Tints of Copper Rose #A26261

Color information

#A26261 (or 0xA26261) is unknown color: approx Copper Rose. HEX triplet: A2, 62 and 61. RGB value is (162,98,97). Sum of RGB (Red+Green+Blue) = 162+98+97=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A26261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26261 is #5D9D9E. Grayscale: #757575. Windows color (decimal): -6135199 or 6382242. OLE color: 6382242.

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

Color convert

RGB1629897-
CMYK00.400.400.36
HSL0.92º25.9%50.78%-
HSV(B)0.92º40.12%63.53%-
XYZ21.4317.2813.52-
YUV117.02116.7160.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=45.38%
G=27.45%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162989700.400.400.360.9225.950.78
HexA26261028282411a33
Octal242142141050504413263
Binary10100010110001011000010101000101000100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26261; }

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

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

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

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

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

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

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

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