#A18A89

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

Shades of Opium #A18A89

Tints of Opium #A18A89

Color information

#A18A89 (or 0xA18A89) is unknown color: approx Opium. HEX triplet: A1, 8A and 89. RGB value is (161,138,137). Sum of RGB (Red+Green+Blue) = 161+138+137=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A89 is #5E7576. Grayscale: #909090. Windows color (decimal): -6190455 or 9013921. OLE color: 9013921.

HSL color Cylindrical-coordinate representation of color #A18A89: hue angle of 2.5º 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 #A18A89 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB161138137-
CMYK00.140.150.37
HSL2.5º11.32%58.43%-
HSV(B)2.5º14.91%63.14%-
XYZ28.327.5627.49-
YUV144.76123.62139.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=36.93%
G=31.65%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113813700.140.150.372.511.3258.43
HexA18A890EF253b3a
Octal241212211016174531372
Binary101000011000101010001001011101111100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A89; }

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

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

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

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

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

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

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

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