#A07070

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

Shades of Copper Rose #A07070

Tints of Copper Rose #A07070

Color information

#A07070 (or 0xA07070) is unknown color: approx Copper Rose. HEX triplet: A0, 70 and 70. RGB value is (160,112,112). Sum of RGB (Red+Green+Blue) = 160+112+112=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A07070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07070 is #5F8F8F. Grayscale: #7E7E7E. Windows color (decimal): -6262672 or 7368864. OLE color: 7368864.

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

Color convert

RGB160112112-
CMYK00.300.300.37
HSL20.17%53.33%-
HSV(B)30%62.75%-
XYZ23.2220.2318.01-
YUV126.35119.9152-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011211200.300.300.37020.1753.33
HexA0707001E1E2501435
Octal240160160036364502465
Binary101000001110000111000001111011110100101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07070; }

 p { color: rgb(160,112,112); }

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

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

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

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

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

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

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