#A06261

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

Shades of Copper Rose #A06261

Tints of Copper Rose #A06261

Color information

#A06261 (or 0xA06261) is unknown color: approx Copper Rose. HEX triplet: A0, 62 and 61. RGB value is (160,98,97). Sum of RGB (Red+Green+Blue) = 160+98+97=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A06261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06261 is #5F9D9E. Grayscale: #747474. Windows color (decimal): -6266271 or 6382240. OLE color: 6382240.

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

Color convert

RGB1609897-
CMYK00.390.390.37
HSL0.95º24.9%50.39%-
HSV(B)0.95º39.38%62.75%-
XYZ21.0217.0713.5-
YUV116.42117.04159.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=45.07%
G=27.61%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160989700.390.390.370.9524.950.39
HexA06261027272511932
Octal240142141047474513162
Binary10100000110001011000010100111100111100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06261; }

 p { color: rgb(160,98,97); }

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

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

 a { background-color: rgb(160,98,97); }

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

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

 span { border-color: rgb(160,98,97); }

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