#A06D6C

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

Shades of Copper Rose #A06D6C

Tints of Copper Rose #A06D6C

Color information

#A06D6C (or 0xA06D6C) is unknown color: approx Copper Rose. HEX triplet: A0, 6D and 6C. RGB value is (160,109,108). Sum of RGB (Red+Green+Blue) = 160+109+108=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D6C is #5F9293. Grayscale: #7C7C7C. Windows color (decimal): -6263444 or 7105952. OLE color: 7105952.

HSL color Cylindrical-coordinate representation of color #A06D6C: hue angle of 1.15º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D6C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB160109108-
CMYK00.320.320.37
HSL1.15º21.49%52.55%-
HSV(B)1.15º32.5%62.75%-
XYZ22.6719.4916.76-
YUV124.14118.9153.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=42.44%
G=28.91%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010910800.320.320.371.1521.4952.55
HexA06D6C020202511535
Octal240155154040404512565
Binary10100000110110111011000100000100000100101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D6C; }

 p { color: rgb(160,109,108); }

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

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

 a { background-color: rgb(160,109,108); }

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

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

 span { border-color: rgb(160,109,108); }

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