#A28080

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

Shades of Opium #A28080

Tints of Opium #A28080

Color information

#A28080 (or 0xA28080) is unknown color: approx Opium. HEX triplet: A2, 80 and 80. RGB value is (162,128,128). Sum of RGB (Red+Green+Blue) = 162+128+128=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A28080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28080 is #5D7F7F. Grayscale: #8A8A8A. Windows color (decimal): -6127488 or 8421538. OLE color: 8421538.

HSL color Cylindrical-coordinate representation of color #A28080: hue angle of 0º 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 #A28080 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB162128128-
CMYK00.210.210.36
HSL15.45%56.86%-
HSV(B)20.99%63.53%-
XYZ26.5224.6823.79-
YUV138.17122.26145-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=38.76%
G=30.62%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212812800.210.210.36015.4556.86
HexA2808001515240f39
Octal242200200025254401771
Binary1010001010000000100000000101011010110010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28080; }

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

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

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

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

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

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

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

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