#A56262

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

Shades of Copper Rose #A56262

Tints of Copper Rose #A56262

Color information

#A56262 (or 0xA56262) is unknown color: approx Copper Rose. HEX triplet: A5, 62 and 62. RGB value is (165,98,98). Sum of RGB (Red+Green+Blue) = 165+98+98=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A56262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56262 is #5A9D9D. Grayscale: #767676. Windows color (decimal): -5938590 or 6447781. OLE color: 6447781.

HSL color Cylindrical-coordinate representation of color #A56262: hue angle of 0º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56262 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1659898-
CMYK00.410.410.35
HSL27.13%51.57%-
HSV(B)40.61%64.71%-
XYZ22.0917.6213.79-
YUV118.03116.7161.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=45.71%
G=27.15%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165989800.410.410.35027.1351.57
HexA56262029292301b34
Octal245142142051514303364
Binary10100101110001011000100101001101001100011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56262; }

 p { color: rgb(165,98,98); }

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

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

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

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

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

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

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