#A1625F

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

Shades of Copper Rose #A1625F

Tints of Copper Rose #A1625F

Color information

#A1625F (or 0xA1625F) is unknown color: approx Copper Rose. HEX triplet: A1, 62 and 5F. RGB value is (161,98,95). Sum of RGB (Red+Green+Blue) = 161+98+95=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1625F is #5E9DA0. Grayscale: #747474. Windows color (decimal): -6200737 or 6251169. OLE color: 6251169.

HSL color Cylindrical-coordinate representation of color #A1625F: hue angle of 2.73º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1625F is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1619895-
CMYK00.390.410.37
HSL2.73º25.98%50.2%-
HSV(B)2.73º40.99%63.14%-
XYZ21.1317.1413.02-
YUV116.49115.87159.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=45.48%
G=27.68%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161989500.390.410.372.7325.9850.2
HexA1625F027292531a32
Octal241142137047514533262
Binary101000011100010101111101001111010011001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1625F; }

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

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

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

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

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

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

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

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