#A26360

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

Shades of Copper Rose #A26360

Tints of Copper Rose #A26360

Color information

#A26360 (or 0xA26360) is unknown color: approx Copper Rose. HEX triplet: A2, 63 and 60. RGB value is (162,99,96). Sum of RGB (Red+Green+Blue) = 162+99+96=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A26360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26360 is #5D9C9F. Grayscale: #757575. Windows color (decimal): -6134944 or 6316962. OLE color: 6316962.

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

Color convert

RGB1629996-
CMYK00.390.410.36
HSL2.73º26.19%50.59%-
HSV(B)2.73º40.74%63.53%-
XYZ21.4717.4513.3-
YUV117.49115.87159.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=45.38%
G=27.73%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162999600.390.410.362.7326.1950.59
HexA26360027292431a33
Octal242143140047514433263
Binary101000101100011110000001001111010011001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26360; }

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

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

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

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

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

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

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

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