#A6817E

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

Shades of Opium #A6817E

Tints of Opium #A6817E

Color information

#A6817E (or 0xA6817E) is unknown color: approx Opium. HEX triplet: A6, 81 and 7E. RGB value is (166,129,126). Sum of RGB (Red+Green+Blue) = 166+129+126=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6817E is #597E81. Grayscale: #8B8B8B. Windows color (decimal): -5865090 or 8290726. OLE color: 8290726.

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

Color convert

RGB166129126-
CMYK00.220.240.35
HSL4.5º18.35%57.25%-
HSV(B)4.5º24.1%65.1%-
XYZ27.3425.3123.18-
YUV139.72120.26146.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=39.43%
G=30.64%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612912600.220.240.354.518.3557.25
HexA6817E016182351239
Octal246201176026304352271
Binary101001101000000111111100101101100010001110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6817E; }

 p { color: rgb(166,129,126); }

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

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

 a { background-color: rgb(166,129,126); }

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

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

 span { border-color: rgb(166,129,126); }

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