#A18580

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

Shades of Opium #A18580

Tints of Opium #A18580

Color information

#A18580 (or 0xA18580) is unknown color: approx Opium. HEX triplet: A1, 85 and 80. RGB value is (161,133,128). Sum of RGB (Red+Green+Blue) = 161+133+128=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A18580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18580 is #5E7A7F. Grayscale: #8C8C8C. Windows color (decimal): -6191744 or 8422817. OLE color: 8422817.

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

Color convert

RGB161133128-
CMYK00.170.200.37
HSL9.09º14.93%56.67%-
HSV(B)9.09º20.5%63.14%-
XYZ26.9825.9124-
YUV140.8120.78142.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=38.15%
G=31.52%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113312800.170.200.379.0914.9356.67
HexA1858001114259f39
Octal2412052000212445111771
Binary1010000110000101100000000100011010010010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18580; }

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

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

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

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

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

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

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

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