#A86060

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

Shades of Copper Rose #A86060

Tints of Copper Rose #A86060

Color information

#A86060 (or 0xA86060) is unknown color: approx Copper Rose. HEX triplet: A8, 60 and 60. RGB value is (168,96,96). Sum of RGB (Red+Green+Blue) = 168+96+96=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A86060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86060 is #579F9F. Grayscale: #757575. Windows color (decimal): -5742496 or 6316200. OLE color: 6316200.

HSL color Cylindrical-coordinate representation of color #A86060: hue angle of 0º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A86060 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1689696-
CMYK00.430.430.34
HSL29.27%51.76%-
HSV(B)42.86%65.88%-
XYZ22.4417.5413.27-
YUV117.53115.85164-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=46.67%
G=26.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168969600.430.430.34029.2751.76
HexA8606002B2B2201d34
Octal250140140053534203564
Binary10101000110000011000000101011101011100010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86060; }

 p { color: rgb(168,96,96); }

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

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

 a { background-color: rgb(168,96,96); }

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

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

 span { border-color: rgb(168,96,96); }

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