#A68786

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

Shades of Opium #A68786

Tints of Opium #A68786

Color information

#A68786 (or 0xA68786) is unknown color: approx Opium. HEX triplet: A6, 87 and 86. RGB value is (166,135,134). Sum of RGB (Red+Green+Blue) = 166+135+134=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68786 is #597879. Grayscale: #909090. Windows color (decimal): -5863546 or 8816550. OLE color: 8816550.

HSL color Cylindrical-coordinate representation of color #A68786: hue angle of 1.88º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68786 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB166135134-
CMYK00.190.190.35
HSL1.88º15.24%58.82%-
HSV(B)1.88º19.28%65.1%-
XYZ28.6927.1626.28-
YUV144.16122.27143.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=38.16%
G=31.03%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613513400.190.190.351.8815.2458.82
HexA6878601313232f3b
Octal246207206023234321773
Binary10100110100001111000011001001110011100011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68786; }

 p { color: rgb(166,135,134); }

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

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

 a { background-color: rgb(166,135,134); }

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

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

 span { border-color: rgb(166,135,134); }

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