#A06C68

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

Shades of Copper Rose #A06C68

Tints of Copper Rose #A06C68

Color information

#A06C68 (or 0xA06C68) is unknown color: approx Copper Rose. HEX triplet: A0, 6C and 68. RGB value is (160,108,104). Sum of RGB (Red+Green+Blue) = 160+108+104=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C68 is #5F9397. Grayscale: #7B7B7B. Windows color (decimal): -6263704 or 6843552. OLE color: 6843552.

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

Color convert

RGB160108104-
CMYK00.320.350.37
HSL4.29º22.76%51.76%-
HSV(B)4.29º35%62.75%-
XYZ22.3619.215.62-
YUV123.09117.23154.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=43.01%
G=29.03%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010810400.320.350.374.2922.7651.76
HexA06C68020232541734
Octal240154150040434542764
Binary1010000011011001101000010000010001110010110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C68; }

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

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

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

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

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

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

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

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