#A75E5C

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

Shades of Copper Rose #A75E5C

Tints of Copper Rose #A75E5C

Color information

#A75E5C (or 0xA75E5C) is unknown color: approx Copper Rose. HEX triplet: A7, 5E and 5C. RGB value is (167,94,92). Sum of RGB (Red+Green+Blue) = 167+94+92=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E5C is #58A1A3. Grayscale: #737373. Windows color (decimal): -5808548 or 6053543. OLE color: 6053543.

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

Color convert

RGB1679492-
CMYK00.440.450.35
HSL1.6º29.88%50.78%-
HSV(B)1.6º44.91%65.49%-
XYZ21.8716.9912.25-
YUV115.6114.68164.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=47.31%
G=26.63%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167949200.440.450.351.629.8850.78
HexA75E5C02C2D2321e33
Octal247136134054554323663
Binary101001111011110101110001011001011011000111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E5C; }

 p { color: rgb(167,94,92); }

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

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

 a { background-color: rgb(167,94,92); }

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

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

 span { border-color: rgb(167,94,92); }

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