#A06663

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

Shades of Copper Rose #A06663

Tints of Copper Rose #A06663

Color information

#A06663 (or 0xA06663) is unknown color: approx Copper Rose. HEX triplet: A0, 66 and 63. RGB value is (160,102,99). Sum of RGB (Red+Green+Blue) = 160+102+99=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A06663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06663 is #5F999C. Grayscale: #777777. Windows color (decimal): -6265245 or 6514336. OLE color: 6514336.

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

Color convert

RGB16010299-
CMYK00.360.380.37
HSL2.95º24.3%50.78%-
HSV(B)2.95º38.12%62.75%-
XYZ21.517.8814.12-
YUV119116.72157.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=44.32%
G=28.25%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601029900.360.380.372.9524.350.78
HexA06663024262531833
Octal240146143044464533063
Binary101000001100110110001101001001001101001011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06663; }

 p { color: rgb(160,102,99); }

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

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

 a { background-color: rgb(160,102,99); }

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

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

 span { border-color: rgb(160,102,99); }

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