#A18180

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

Shades of Opium #A18180

Tints of Opium #A18180

Color information

#A18180 (or 0xA18180) is unknown color: approx Opium. HEX triplet: A1, 81 and 80. RGB value is (161,129,128). Sum of RGB (Red+Green+Blue) = 161+129+128=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A18180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18180 is #5E7E7F. Grayscale: #8A8A8A. Windows color (decimal): -6192768 or 8421793. OLE color: 8421793.

HSL color Cylindrical-coordinate representation of color #A18180: hue angle of 1.82º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18180 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161129128-
CMYK00.200.200.37
HSL1.82º14.93%56.67%-
HSV(B)1.82º20.5%63.14%-
XYZ26.4424.8423.82-
YUV138.45122.1144.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=38.52%
G=30.86%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112912800.200.200.371.8214.9356.67
HexA1818001414252f39
Octal241201200024244521771
Binary10100001100000011000000001010010100100101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18180; }

 p { color: rgb(161,129,128); }

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

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

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

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

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

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

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