#A08985

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

Shades of Opium #A08985

Tints of Opium #A08985

Color information

#A08985 (or 0xA08985) is unknown color: approx Opium. HEX triplet: A0, 89 and 85. RGB value is (160,137,133). Sum of RGB (Red+Green+Blue) = 160+137+133=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08985 is #5F767A. Grayscale: #8F8F8F. Windows color (decimal): -6256251 or 8751520. OLE color: 8751520.

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

Color convert

RGB160137133-
CMYK00.140.170.37
HSL8.89º12.44%57.45%-
HSV(B)8.89º16.88%62.75%-
XYZ27.6827.0625.95-
YUV143.42122.12139.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=37.21%
G=31.86%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013713300.140.170.378.8912.4457.45
HexA089850E11259c39
Octal2402112050162145111471
Binary101000001000100110000101011101000110010110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08985; }

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

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

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

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

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

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

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

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