#A07373

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

Shades of Opium #A07373

Tints of Opium #A07373

Color information

#A07373 (or 0xA07373) is unknown color: approx Opium. HEX triplet: A0, 73 and 73. RGB value is (160,115,115). Sum of RGB (Red+Green+Blue) = 160+115+115=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A07373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07373 is #5F8C8C. Grayscale: #808080. Windows color (decimal): -6261901 or 7566240. OLE color: 7566240.

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

Color convert

RGB160115115-
CMYK00.280.280.37
HSL19.15%53.92%-
HSV(B)28.12%62.75%-
XYZ23.7220.9719.02-
YUV128.46120.41150.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=41.03%
G=29.49%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011511500.280.280.37019.1553.92
HexA0737301C1C2501336
Octal240163163034344502366
Binary101000001110011111001101110011100100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07373; }

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

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

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

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

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

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

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

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