#A18584

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

Shades of Opium #A18584

Tints of Opium #A18584

Color information

#A18584 (or 0xA18584) is unknown color: approx Opium. HEX triplet: A1, 85 and 84. RGB value is (161,133,132). Sum of RGB (Red+Green+Blue) = 161+133+132=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18584 is #5E7A7B. Grayscale: #8D8D8D. Windows color (decimal): -6191740 or 8684961. OLE color: 8684961.

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

Color convert

RGB161133132-
CMYK00.170.180.37
HSL2.07º13.36%57.45%-
HSV(B)2.07º18.01%63.14%-
XYZ27.2526.0225.42-
YUV141.26122.78142.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=37.79%
G=31.22%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113313200.170.180.372.0713.3657.45
HexA1858401112252d39
Octal241205204021224521571
Binary10100001100001011000010001000110010100101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18584; }

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

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

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

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

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

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

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

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