#A68683

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

Shades of Opium #A68683

Tints of Opium #A68683

Color information

#A68683 (or 0xA68683) is unknown color: approx Opium. HEX triplet: A6, 86 and 83. RGB value is (166,134,131). Sum of RGB (Red+Green+Blue) = 166+134+131=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A68683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68683 is #59797C. Grayscale: #8F8F8F. Windows color (decimal): -5863805 or 8619686. OLE color: 8619686.

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

Color convert

RGB166134131-
CMYK00.190.210.35
HSL5.14º16.43%58.24%-
HSV(B)5.14º21.08%65.1%-
XYZ28.3526.825.15-
YUV143.23121.1144.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=38.52%
G=31.09%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613413100.190.210.355.1416.4358.24
HexA6868301315235103a
Octal246206203023254352072
Binary1010011010000110100000110100111010110001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68683; }

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

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

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

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

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

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

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

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