#A08989

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

Shades of Opium #A08989

Tints of Opium #A08989

Color information

#A08989 (or 0xA08989) is unknown color: approx Opium. HEX triplet: A0, 89 and 89. RGB value is (160,137,137). Sum of RGB (Red+Green+Blue) = 160+137+137=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A08989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08989 is #5F7676. Grayscale: #8F8F8F. Windows color (decimal): -6256247 or 9013664. OLE color: 9013664.

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

Color convert

RGB160137137-
CMYK00.140.140.37
HSL10.8%58.24%-
HSV(B)14.37%62.75%-
XYZ27.9627.1727.44-
YUV143.88124.12139.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=36.87%
G=31.57%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013713700.140.140.37010.858.24
HexA089890EE250b3a
Octal240211211016164501372
Binary10100000100010011000100101110111010010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08989; }

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

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

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

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

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

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

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

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