#A08683

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

Shades of Opium #A08683

Tints of Opium #A08683

Color information

#A08683 (or 0xA08683) is unknown color: approx Opium. HEX triplet: A0, 86 and 83. RGB value is (160,134,131). Sum of RGB (Red+Green+Blue) = 160+134+131=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08683 is #5F797C. Grayscale: #8D8D8D. Windows color (decimal): -6257021 or 8619680. OLE color: 8619680.

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

Color convert

RGB160134131-
CMYK00.160.180.37
HSL6.21º13.24%57.06%-
HSV(B)6.21º18.13%62.75%-
XYZ27.1226.1625.09-
YUV141.43122.11141.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=37.65%
G=31.53%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013413100.160.180.376.2113.2457.06
HexA0868301012256d39
Octal240206203020224561571
Binary101000001000011010000011010000100101001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08683; }

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

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

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

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

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

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

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

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