#A08686

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

Shades of Opium #A08686

Tints of Opium #A08686

Color information

#A08686 (or 0xA08686) is unknown color: approx Opium. HEX triplet: A0, 86 and 86. RGB value is (160,134,134). Sum of RGB (Red+Green+Blue) = 160+134+134=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A08686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08686 is #5F7979. Grayscale: #8D8D8D. Windows color (decimal): -6257018 or 8816288. OLE color: 8816288.

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

Color convert

RGB160134134-
CMYK00.160.160.37
HSL12.04%57.65%-
HSV(B)16.25%62.75%-
XYZ27.3326.2526.18-
YUV141.77123.61141-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=37.38%
G=31.31%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013413400.160.160.37012.0457.65
HexA0868601010250c3a
Octal240206206020204501472
Binary1010000010000110100001100100001000010010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08686; }

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

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

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

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

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

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

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

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