#A08682

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

Shades of Opium #A08682

Tints of Opium #A08682

Color information

#A08682 (or 0xA08682) is unknown color: approx Opium. HEX triplet: A0, 86 and 82. RGB value is (160,134,130). Sum of RGB (Red+Green+Blue) = 160+134+130=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08682 is #5F797D. Grayscale: #8D8D8D. Windows color (decimal): -6257022 or 8554144. OLE color: 8554144.

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

Color convert

RGB160134130-
CMYK00.160.190.37
HSL13.64%56.86%-
HSV(B)18.75%62.75%-
XYZ27.0526.1424.74-
YUV141.32121.61141.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=37.74%
G=31.60%
B=30.66%

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
Decimal16013413000.160.190.37813.6456.86
HexA0868201013258e39
Octal2402062020202345101671
Binary1010000010000110100000100100001001110010110001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08682; }

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

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

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

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

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

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

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

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