#A08783

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

Shades of Opium #A08783

Tints of Opium #A08783

Color information

#A08783 (or 0xA08783) is unknown color: approx Opium. HEX triplet: A0, 87 and 83. RGB value is (160,135,131). Sum of RGB (Red+Green+Blue) = 160+135+131=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A08783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08783 is #5F787C. Grayscale: #8E8E8E. Windows color (decimal): -6256765 or 8619936. OLE color: 8619936.

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

Color convert

RGB160135131-
CMYK00.160.180.37
HSL8.28º13.24%57.06%-
HSV(B)8.28º18.13%62.75%-
XYZ27.2626.4425.14-
YUV142.02121.78140.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=37.56%
G=31.69%
B=30.75%

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
Decimal16013513100.160.180.378.2813.2457.06
HexA0878301012258d39
Octal2402072030202245101571
Binary1010000010000111100000110100001001010010110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08783; }

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

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

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

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

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

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

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

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