#A3625F

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

Shades of Copper Rose #A3625F

Tints of Copper Rose #A3625F

Color information

#A3625F (or 0xA3625F) is unknown color: approx Copper Rose. HEX triplet: A3, 62 and 5F. RGB value is (163,98,95). Sum of RGB (Red+Green+Blue) = 163+98+95=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3625F is #5C9DA0. Grayscale: #757575. Windows color (decimal): -6069665 or 6251171. OLE color: 6251171.

HSL color Cylindrical-coordinate representation of color #A3625F: hue angle of 2.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3625F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1639895-
CMYK00.400.420.36
HSL2.65º26.98%50.59%-
HSV(B)2.65º41.72%63.92%-
XYZ21.5417.3513.04-
YUV117.09115.53160.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=45.79%
G=27.53%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163989500.400.420.362.6526.9850.59
HexA3625F0282A2431b33
Octal243142137050524433363
Binary101000111100010101111101010001010101001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3625F; }

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

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

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

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

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

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

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

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