#A28680

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

Shades of Opium #A28680

Tints of Opium #A28680

Color information

#A28680 (or 0xA28680) is unknown color: approx Opium. HEX triplet: A2, 86 and 80. RGB value is (162,134,128). Sum of RGB (Red+Green+Blue) = 162+134+128=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A28680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28680 is #5D797F. Grayscale: #8D8D8D. Windows color (decimal): -6125952 or 8423074. OLE color: 8423074.

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

Color convert

RGB162134128-
CMYK00.170.210.36
HSL10.59º15.45%56.86%-
HSV(B)10.59º20.99%63.53%-
XYZ27.3226.2924.06-
YUV141.69120.28142.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=38.21%
G=31.60%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213412800.170.210.3610.5915.4556.86
HexA286800111524bf39
Octal2422062000212544131771
Binary1010001010000110100000000100011010110010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28680; }

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

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

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

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

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

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

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

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