#A56362

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

Shades of Copper Rose #A56362

Tints of Copper Rose #A56362

Color information

#A56362 (or 0xA56362) is unknown color: approx Copper Rose. HEX triplet: A5, 63 and 62. RGB value is (165,99,98). Sum of RGB (Red+Green+Blue) = 165+99+98=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A56362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56362 is #5A9C9D. Grayscale: #767676. Windows color (decimal): -5938334 or 6448037. OLE color: 6448037.

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

Color convert

RGB1659998-
CMYK00.400.410.35
HSL0.9º27.13%51.57%-
HSV(B)0.9º40.61%64.71%-
XYZ22.1817.813.82-
YUV118.62116.37161.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=45.58%
G=27.35%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165999800.400.410.350.927.1351.57
HexA56362028292311b34
Octal245143142050514313364
Binary10100101110001111000100101000101001100011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56362; }

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

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

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

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

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

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

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

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