#A18784

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

Shades of Opium #A18784

Tints of Opium #A18784

Color information

#A18784 (or 0xA18784) is unknown color: approx Opium. HEX triplet: A1, 87 and 84. RGB value is (161,135,132). Sum of RGB (Red+Green+Blue) = 161+135+132=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18784 is #5E787B. Grayscale: #8E8E8E. Windows color (decimal): -6191228 or 8685473. OLE color: 8685473.

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

Color convert

RGB161135132-
CMYK00.160.180.37
HSL6.21º13.36%57.45%-
HSV(B)6.21º18.01%63.14%-
XYZ27.5326.5725.51-
YUV142.43122.11141.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=37.62%
G=31.54%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113513200.160.180.376.2113.3657.45
HexA1878401012256d39
Octal241207204020224561571
Binary101000011000011110000100010000100101001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18784; }

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

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

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

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

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

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

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

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