#A28683

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

Shades of Opium #A28683

Tints of Opium #A28683

Color information

#A28683 (or 0xA28683) is unknown color: approx Opium. HEX triplet: A2, 86 and 83. RGB value is (162,134,131). Sum of RGB (Red+Green+Blue) = 162+134+131=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A28683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28683 is #5D797C. Grayscale: #8E8E8E. Windows color (decimal): -6125949 or 8619682. OLE color: 8619682.

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

Color convert

RGB162134131-
CMYK00.170.190.36
HSL5.81º14.29%57.45%-
HSV(B)5.81º19.14%63.53%-
XYZ27.5226.3725.11-
YUV142.03121.78142.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=37.94%
G=31.38%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213413100.170.190.365.8114.2957.45
HexA2868301113246e39
Octal242206203021234461671
Binary101000101000011010000011010001100111001001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28683; }

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

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

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

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

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

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

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

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