#A08988

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

Shades of Opium #A08988

Tints of Opium #A08988

Color information

#A08988 (or 0xA08988) is unknown color: approx Opium. HEX triplet: A0, 89 and 88. RGB value is (160,137,136). Sum of RGB (Red+Green+Blue) = 160+137+136=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A08988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08988 is #5F7677. Grayscale: #8F8F8F. Windows color (decimal): -6256248 or 8948128. OLE color: 8948128.

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

Color convert

RGB160137136-
CMYK00.140.150.37
HSL2.5º11.21%58.04%-
HSV(B)2.5º15%62.75%-
XYZ27.8927.1427.06-
YUV143.76123.62139.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=36.95%
G=31.64%
B=31.41%

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
Decimal16013713600.140.150.372.511.2158.04
HexA089880EF253b3a
Octal240211210016174531372
Binary101000001000100110001000011101111100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08988; }

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

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

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

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

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

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

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

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