#A5625E

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

Shades of Copper Rose #A5625E

Tints of Copper Rose #A5625E

Color information

#A5625E (or 0xA5625E) is unknown color: approx Copper Rose. HEX triplet: A5, 62 and 5E. RGB value is (165,98,94). Sum of RGB (Red+Green+Blue) = 165+98+94=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5625E is #5A9DA1. Grayscale: #757575. Windows color (decimal): -5938594 or 6185637. OLE color: 6185637.

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

Color convert

RGB1659894-
CMYK00.410.430.35
HSL3.38º28.29%50.78%-
HSV(B)3.38º43.03%64.71%-
XYZ21.9117.5412.82-
YUV117.58114.7161.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=46.22%
G=27.45%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165989400.410.430.353.3828.2950.78
HexA5625E0292B2331c33
Octal245142136051534333463
Binary101001011100010101111001010011010111000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5625E; }

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

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

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

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

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

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

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

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