#A65D5C

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

Shades of Copper Rose #A65D5C

Tints of Copper Rose #A65D5C

Color information

#A65D5C (or 0xA65D5C) is unknown color: approx Copper Rose. HEX triplet: A6, 5D and 5C. RGB value is (166,93,92). Sum of RGB (Red+Green+Blue) = 166+93+92=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D5C is #59A2A3. Grayscale: #727272. Windows color (decimal): -5874340 or 6053286. OLE color: 6053286.

HSL color Cylindrical-coordinate representation of color #A65D5C: hue angle of 0.81º degrees, saturation: 0.29, 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 #A65D5C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1669392-
CMYK00.440.450.35
HSL0.81º29.37%50.59%-
HSV(B)0.81º44.58%65.1%-
XYZ21.5716.7112.21-
YUV114.71115.18164.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=47.29%
G=26.50%
B=26.21%

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
Decimal166939200.440.450.350.8129.3750.59
HexA65D5C02C2D2311d33
Octal246135134054554313563
Binary10100110101110110111000101100101101100011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D5C; }

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

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

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

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

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

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

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

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