#A48988

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

Shades of Opium #A48988

Tints of Opium #A48988

Color information

#A48988 (or 0xA48988) is unknown color: approx Opium. HEX triplet: A4, 89 and 88. RGB value is (164,137,136). Sum of RGB (Red+Green+Blue) = 164+137+136=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A48988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48988 is #5B7677. Grayscale: #909090. Windows color (decimal): -5994104 or 8948132. OLE color: 8948132.

HSL color Cylindrical-coordinate representation of color #A48988: hue angle of 2.14º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A48988 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB164137136-
CMYK00.160.170.36
HSL2.14º13.33%58.82%-
HSV(B)2.14º17.07%64.31%-
XYZ28.727.5627.1-
YUV144.96122.95141.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=37.53%
G=31.35%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413713600.160.170.362.1413.3358.82
HexA4898801011242d3b
Octal244211210020214421573
Binary10100100100010011000100001000010001100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48988; }

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

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

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

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

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

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

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

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