#A17776

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

Shades of Opium #A17776

Tints of Opium #A17776

Color information

#A17776 (or 0xA17776) is unknown color: approx Opium. HEX triplet: A1, 77 and 76. RGB value is (161,119,118). Sum of RGB (Red+Green+Blue) = 161+119+118=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A17776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17776 is #5E8889. Grayscale: #838383. Windows color (decimal): -6195338 or 7763873. OLE color: 7763873.

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

Color convert

RGB161119118-
CMYK00.260.270.37
HSL1.4º18.61%54.71%-
HSV(B)1.4º26.71%63.14%-
XYZ24.5622.0820.11-
YUV131.44120.41149.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=40.45%
G=29.90%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111911800.260.270.371.418.6154.71
HexA1777601A1B2511337
Octal241167166032334512367
Binary101000011110111111011001101011011100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17776; }

 p { color: rgb(161,119,118); }

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

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

 a { background-color: rgb(161,119,118); }

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

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

 span { border-color: rgb(161,119,118); }

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