#A65D5D

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

Shades of Copper Rose #A65D5D

Tints of Copper Rose #A65D5D

Color information

#A65D5D (or 0xA65D5D) is unknown color: approx Copper Rose. HEX triplet: A6, 5D and 5D. RGB value is (166,93,93). Sum of RGB (Red+Green+Blue) = 166+93+93=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D5D is #59A2A2. Grayscale: #727272. Windows color (decimal): -5874339 or 6118822. OLE color: 6118822.

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

Color convert

RGB1669393-
CMYK00.440.440.35
HSL29.08%50.78%-
HSV(B)43.98%65.1%-
XYZ21.6216.7312.45-
YUV114.83115.68164.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=47.16%
G=26.42%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166939300.440.440.35029.0850.78
HexA65D5D02C2C2301d33
Octal246135135054544303563
Binary10100110101110110111010101100101100100011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D5D; }

 p { color: rgb(166,93,93); }

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

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

 a { background-color: rgb(166,93,93); }

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

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

 span { border-color: rgb(166,93,93); }

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