#A18783

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

Shades of Opium #A18783

Tints of Opium #A18783

Color information

#A18783 (or 0xA18783) is unknown color: approx Opium. HEX triplet: A1, 87 and 83. RGB value is (161,135,131). Sum of RGB (Red+Green+Blue) = 161+135+131=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A18783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18783 is #5E787C. Grayscale: #8E8E8E. Windows color (decimal): -6191229 or 8619937. OLE color: 8619937.

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

Color convert

RGB161135131-
CMYK00.160.190.37
HSL13.76%57.25%-
HSV(B)18.63%63.14%-
XYZ27.4626.5425.15-
YUV142.32121.61141.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=37.70%
G=31.62%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113513100.160.190.37813.7657.25
HexA1878301013258e39
Octal2412072030202345101671
Binary1010000110000111100000110100001001110010110001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18783; }

 p { color: rgb(161,135,131); }

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

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

 a { background-color: rgb(161,135,131); }

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

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

 span { border-color: rgb(161,135,131); }

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