#A1807D

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

Shades of Opium #A1807D

Tints of Opium #A1807D

Color information

#A1807D (or 0xA1807D) is unknown color: approx Opium. HEX triplet: A1, 80 and 7D. RGB value is (161,128,125). Sum of RGB (Red+Green+Blue) = 161+128+125=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A1807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1807D is #5E7F82. Grayscale: #898989. Windows color (decimal): -6193027 or 8224929. OLE color: 8224929.

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

Color convert

RGB161128125-
CMYK00.200.220.37
HSL16.07%56.08%-
HSV(B)22.36%63.14%-
XYZ26.1224.522.75-
YUV137.52120.93144.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=38.89%
G=30.92%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112812500.200.220.37516.0756.08
HexA1807D014162551038
Octal241200175024264552070
Binary101000011000000011111010101001011010010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1807D; }

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

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

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

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

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

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

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

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