#A18989

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

Shades of Opium #A18989

Tints of Opium #A18989

Color information

#A18989 (or 0xA18989) is unknown color: approx Opium. HEX triplet: A1, 89 and 89. RGB value is (161,137,137). Sum of RGB (Red+Green+Blue) = 161+137+137=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18989 is #5E7676. Grayscale: #909090. Windows color (decimal): -6190711 or 9013665. OLE color: 9013665.

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

Color convert

RGB161137137-
CMYK00.150.150.37
HSL11.32%58.43%-
HSV(B)14.91%63.14%-
XYZ28.1627.2727.45-
YUV144.18123.95140-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=37.01%
G=31.49%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113713700.150.150.37011.3258.43
HexA189890FF250b3a
Octal241211211017174501372
Binary10100001100010011000100101111111110010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18989; }

 p { color: rgb(161,137,137); }

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

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

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

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

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

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

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