#A18A88

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

Shades of Opium #A18A88

Tints of Opium #A18A88

Color information

#A18A88 (or 0xA18A88) is unknown color: approx Opium. HEX triplet: A1, 8A and 88. RGB value is (161,138,136). Sum of RGB (Red+Green+Blue) = 161+138+136=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A88 is #5E7577. Grayscale: #909090. Windows color (decimal): -6190456 or 8948385. OLE color: 8948385.

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

Color convert

RGB161138136-
CMYK00.140.160.37
HSL4.8º11.74%58.24%-
HSV(B)4.8º15.53%63.14%-
XYZ28.2327.5327.12-
YUV144.65123.12139.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=37.01%
G=31.72%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113813600.140.160.374.811.7458.24
HexA18A880E10255c3a
Octal241212210016204551472
Binary10100001100010101000100001110100001001011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A88; }

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

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

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

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

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

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

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

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