#A28786

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

Shades of Opium #A28786

Tints of Opium #A28786

Color information

#A28786 (or 0xA28786) is unknown color: approx Opium. HEX triplet: A2, 87 and 86. RGB value is (162,135,134). Sum of RGB (Red+Green+Blue) = 162+135+134=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A28786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28786 is #5D7879. Grayscale: #8E8E8E. Windows color (decimal): -6125690 or 8816546. OLE color: 8816546.

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

Color convert

RGB162135134-
CMYK00.170.170.36
HSL2.14º13.08%58.04%-
HSV(B)2.14º17.28%63.53%-
XYZ27.8726.7326.25-
YUV142.96122.95141.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=37.59%
G=31.32%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213513400.170.170.362.1413.0858.04
HexA2878601111242d3a
Octal242207206021214421572
Binary10100010100001111000011001000110001100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28786; }

 p { color: rgb(162,135,134); }

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

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

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

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

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

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

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