#A48686

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

Shades of Opium #A48686

Tints of Opium #A48686

Color information

#A48686 (or 0xA48686) is unknown color: approx Opium. HEX triplet: A4, 86 and 86. RGB value is (164,134,134). Sum of RGB (Red+Green+Blue) = 164+134+134=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A48686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48686 is #5B7979. Grayscale: #8F8F8F. Windows color (decimal): -5994874 or 8816292. OLE color: 8816292.

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

Color convert

RGB164134134-
CMYK00.180.180.36
HSL14.15%58.43%-
HSV(B)18.29%64.31%-
XYZ28.1426.6626.22-
YUV142.97122.94143-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=37.96%
G=31.02%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413413400.180.180.36014.1558.43
HexA4868601212240e3a
Octal244206206022224401672
Binary1010010010000110100001100100101001010010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48686; }

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

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

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

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

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

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

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

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