#A08A89

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

Shades of Opium #A08A89

Tints of Opium #A08A89

Color information

#A08A89 (or 0xA08A89) is unknown color: approx Opium. HEX triplet: A0, 8A and 89. RGB value is (160,138,137). Sum of RGB (Red+Green+Blue) = 160+138+137=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A89 is #5F7576. Grayscale: #909090. Windows color (decimal): -6255991 or 9013920. OLE color: 9013920.

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

Color convert

RGB160138137-
CMYK00.140.140.37
HSL2.61º10.8%58.24%-
HSV(B)2.61º14.37%62.75%-
XYZ28.127.4627.49-
YUV144.46123.79139.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=36.78%
G=31.72%
B=31.49%

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
Decimal16013813700.140.140.372.6110.858.24
HexA08A890EE253b3a
Octal240212211016164531372
Binary101000001000101010001001011101110100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A89; }

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

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

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

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

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

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

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

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