#A07773

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

Shades of Opium #A07773

Tints of Opium #A07773

Color information

#A07773 (or 0xA07773) is unknown color: approx Opium. HEX triplet: A0, 77 and 73. RGB value is (160,119,115). Sum of RGB (Red+Green+Blue) = 160+119+115=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A07773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07773 is #5F888C. Grayscale: #828282. Windows color (decimal): -6260877 or 7567264. OLE color: 7567264.

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

Color convert

RGB160119115-
CMYK00.260.280.37
HSL5.33º19.15%53.92%-
HSV(B)5.33º28.12%62.75%-
XYZ24.1921.9119.17-
YUV130.8119.08148.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=40.61%
G=30.20%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011911500.260.280.375.3319.1553.92
HexA0777301A1C2551336
Octal240167163032344552366
Binary10100000111011111100110110101110010010110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07773; }

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

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

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

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

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

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

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

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