#A18988

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

Shades of Opium #A18988

Tints of Opium #A18988

Color information

#A18988 (or 0xA18988) is unknown color: approx Opium. HEX triplet: A1, 89 and 88. RGB value is (161,137,136). Sum of RGB (Red+Green+Blue) = 161+137+136=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A18988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18988 is #5E7677. Grayscale: #909090. Windows color (decimal): -6190712 or 8948129. OLE color: 8948129.

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

Color convert

RGB161137136-
CMYK00.150.160.37
HSL2.4º11.74%58.24%-
HSV(B)2.4º15.53%63.14%-
XYZ28.0927.2527.07-
YUV144.06123.45140.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=37.10%
G=31.57%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113713600.150.160.372.411.7458.24
HexA189880F10252c3a
Octal241211210017204521472
Binary1010000110001001100010000111110000100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18988; }

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

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

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

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

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

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

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

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