#A78686

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

Shades of Opium #A78686

Tints of Opium #A78686

Color information

#A78686 (or 0xA78686) is unknown color: approx Opium. HEX triplet: A7, 86 and 86. RGB value is (167,134,134). Sum of RGB (Red+Green+Blue) = 167+134+134=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A78686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78686 is #587979. Grayscale: #8F8F8F. Windows color (decimal): -5798266 or 8816295. OLE color: 8816295.

HSL color Cylindrical-coordinate representation of color #A78686: hue angle of 0º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A78686 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB167134134-
CMYK00.200.200.35
HSL15.79%59.02%-
HSV(B)19.76%65.49%-
XYZ28.7626.9926.25-
YUV143.87122.43144.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=38.39%
G=30.80%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713413400.200.200.35015.7959.02
HexA7868601414230103b
Octal247206206024244302073
Binary10100111100001101000011001010010100100011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78686; }

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

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

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

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

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

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

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

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