#A6807C

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

Shades of Opium #A6807C

Tints of Opium #A6807C

Color information

#A6807C (or 0xA6807C) is unknown color: approx Opium. HEX triplet: A6, 80 and 7C. RGB value is (166,128,124). Sum of RGB (Red+Green+Blue) = 166+128+124=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A6807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6807C is #597F83. Grayscale: #8A8A8A. Windows color (decimal): -5865348 or 8159398. OLE color: 8159398.

HSL color Cylindrical-coordinate representation of color #A6807C: hue angle of 5.71º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6807C is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166128124-
CMYK00.230.250.35
HSL5.71º19.09%56.86%-
HSV(B)5.71º25.3%65.1%-
XYZ27.082522.47-
YUV138.91119.59147.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=39.71%
G=30.62%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612812400.230.250.355.7119.0956.86
HexA6807C017192361339
Octal246200174027314362371
Binary101001101000000011111000101111100110001111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6807C; }

 p { color: rgb(166,128,124); }

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

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

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

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

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

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

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