#A5625F

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

Shades of Copper Rose #A5625F

Tints of Copper Rose #A5625F

Color information

#A5625F (or 0xA5625F) is unknown color: approx Copper Rose. HEX triplet: A5, 62 and 5F. RGB value is (165,98,95). Sum of RGB (Red+Green+Blue) = 165+98+95=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5625F is #5A9DA0. Grayscale: #757575. Windows color (decimal): -5938593 or 6251173. OLE color: 6251173.

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

Color convert

RGB1659895-
CMYK00.410.420.35
HSL2.57º28%50.98%-
HSV(B)2.57º42.42%64.71%-
XYZ21.9517.5613.06-
YUV117.69115.2161.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=46.09%
G=27.37%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165989500.410.420.352.572850.98
HexA5625F0292A2331c33
Octal245142137051524333463
Binary101001011100010101111101010011010101000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5625F; }

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

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

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

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

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

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

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

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