#a06765

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

Shades of Copper Rose #A06765

Tints of Copper Rose #A06765

Color information

#A06765 (or 0xA06765) is unknown color: approx Copper Rose. HEX triplet: A0, 67 and 65. RGB value is (160,103,101). Sum of RGB (Red+Green+Blue) = 160+103+101=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A06765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06765 is #5F989A. Grayscale: #777777. Windows color (decimal): -6264987 or 6645664. OLE color: 6645664.

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

Color convert

RGB160103101-
CMYK00.360.370.37
HSL2.03º23.69%51.18%-
HSV(B)2.03º36.88%62.75%-
XYZ21.718.1114.66-
YUV119.81117.38156.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=43.96%
G=28.30%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010310100.360.370.372.0323.6951.18
HexA06765024252521833
Octal240147145044454523063
Binary101000001100111110010101001001001011001011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a06765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a06765; }

 p { color: rgb(160,103,101); }

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

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

 a { background-color: rgb(160,103,101); }

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

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

 span { border-color: rgb(160,103,101); }

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