#A07473

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

Shades of Opium #A07473

Tints of Opium #A07473

Color information

#A07473 (or 0xA07473) is unknown color: approx Opium. HEX triplet: A0, 74 and 73. RGB value is (160,116,115). Sum of RGB (Red+Green+Blue) = 160+116+115=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07473 is #5F8B8C. Grayscale: #818181. Windows color (decimal): -6261645 or 7566496. OLE color: 7566496.

HSL color Cylindrical-coordinate representation of color #A07473: hue angle of 1.33º 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 #A07473 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB160116115-
CMYK00.280.280.37
HSL1.33º19.15%53.92%-
HSV(B)1.33º28.12%62.75%-
XYZ23.8421.219.06-
YUV129.04120.08150.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=40.92%
G=29.67%
B=29.41%

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
Decimal16011611500.280.280.371.3319.1553.92
HexA0747301C1C2511336
Octal240164163034344512366
Binary101000001110100111001101110011100100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07473; }

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

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

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

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

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

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

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

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