#A08684

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

Shades of Opium #A08684

Tints of Opium #A08684

Color information

#A08684 (or 0xA08684) is unknown color: approx Opium. HEX triplet: A0, 86 and 84. RGB value is (160,134,132). Sum of RGB (Red+Green+Blue) = 160+134+132=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A08684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08684 is #5F797B. Grayscale: #8D8D8D. Windows color (decimal): -6257020 or 8685216. OLE color: 8685216.

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

Color convert

RGB160134132-
CMYK00.160.170.37
HSL4.29º12.84%57.25%-
HSV(B)4.29º17.5%62.75%-
XYZ27.1926.1925.45-
YUV141.55122.61141.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=37.56%
G=31.46%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013413200.160.170.374.2912.8457.25
HexA0868401011254d39
Octal240206204020214541571
Binary101000001000011010000100010000100011001011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08684; }

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

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

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

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

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

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

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

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