#A08782

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

Shades of Opium #A08782

Tints of Opium #A08782

Color information

#A08782 (or 0xA08782) is unknown color: approx Opium. HEX triplet: A0, 87 and 82. RGB value is (160,135,130). Sum of RGB (Red+Green+Blue) = 160+135+130=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08782 is #5F787D. Grayscale: #8D8D8D. Windows color (decimal): -6256766 or 8554400. OLE color: 8554400.

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

Color convert

RGB160135130-
CMYK00.160.190.37
HSL10º13.64%56.86%-
HSV(B)10º18.75%62.75%-
XYZ27.1926.4124.78-
YUV141.9121.28140.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=37.65%
G=31.76%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013513000.160.190.371013.6456.86
HexA087820101325ae39
Octal2402072020202345121671
Binary1010000010000111100000100100001001110010110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08782; }

 p { color: rgb(160,135,130); }

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

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

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

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

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

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

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