#A45C5C

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

Shades of Copper Rose #A45C5C

Tints of Copper Rose #A45C5C

Color information

#A45C5C (or 0xA45C5C) is unknown color: approx Copper Rose. HEX triplet: A4, 5C and 5C. RGB value is (164,92,92). Sum of RGB (Red+Green+Blue) = 164+92+92=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C5C is #5BA3A3. Grayscale: #717171. Windows color (decimal): -6005668 or 6053028. OLE color: 6053028.

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

Color convert

RGB1649292-
CMYK00.440.440.36
HSL28.35%50.2%-
HSV(B)43.9%64.31%-
XYZ21.0716.3212.16-
YUV113.53115.85164-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=47.13%
G=26.44%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164929200.440.440.36028.3550.2
HexA45C5C02C2C2401c32
Octal244134134054544403462
Binary10100100101110010111000101100101100100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C5C; }

 p { color: rgb(164,92,92); }

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

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

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

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

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

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

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