#A26361

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

Shades of Copper Rose #A26361

Tints of Copper Rose #A26361

Color information

#A26361 (or 0xA26361) is unknown color: approx Copper Rose. HEX triplet: A2, 63 and 61. RGB value is (162,99,97). Sum of RGB (Red+Green+Blue) = 162+99+97=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A26361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26361 is #5D9C9E. Grayscale: #757575. Windows color (decimal): -6134943 or 6382498. OLE color: 6382498.

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

Color convert

RGB1629997-
CMYK00.390.400.36
HSL1.85º25.9%50.78%-
HSV(B)1.85º40.12%63.53%-
XYZ21.5217.4713.55-
YUV117.61116.37159.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=45.25%
G=27.65%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162999700.390.400.361.8525.950.78
HexA26361027282421a33
Octal242143141047504423263
Binary101000101100011110000101001111010001001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26361; }

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

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

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

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

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

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

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

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