#A18888

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

Shades of Opium #A18888

Tints of Opium #A18888

Color information

#A18888 (or 0xA18888) is unknown color: approx Opium. HEX triplet: A1, 88 and 88. RGB value is (161,136,136). Sum of RGB (Red+Green+Blue) = 161+136+136=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A18888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18888 is #5E7777. Grayscale: #8F8F8F. Windows color (decimal): -6190968 or 8947873. OLE color: 8947873.

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

Color convert

RGB161136136-
CMYK00.160.160.37
HSL11.74%58.24%-
HSV(B)15.53%63.14%-
XYZ27.9526.9627.02-
YUV143.48123.78140.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=37.18%
G=31.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113613600.160.160.37011.7458.24
HexA1888801010250c3a
Octal241210210020204501472
Binary1010000110001000100010000100001000010010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18888; }

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

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

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

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

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

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

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

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