#A18683

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

Shades of Opium #A18683

Tints of Opium #A18683

Color information

#A18683 (or 0xA18683) is unknown color: approx Opium. HEX triplet: A1, 86 and 83. RGB value is (161,134,131). Sum of RGB (Red+Green+Blue) = 161+134+131=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18683 is #5E797C. Grayscale: #8D8D8D. Windows color (decimal): -6191485 or 8619681. OLE color: 8619681.

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

Color convert

RGB161134131-
CMYK00.170.190.37
HSL13.76%57.25%-
HSV(B)18.63%63.14%-
XYZ27.3226.2725.1-
YUV141.73121.95141.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=37.79%
G=31.46%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113413100.170.190.37613.7657.25
HexA1868301113256e39
Octal241206203021234561671
Binary101000011000011010000011010001100111001011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18683; }

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

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

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

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

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

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

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

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