#A6827E

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

Shades of Opium #A6827E

Tints of Opium #A6827E

Color information

#A6827E (or 0xA6827E) is unknown color: approx Opium. HEX triplet: A6, 82 and 7E. RGB value is (166,130,126). Sum of RGB (Red+Green+Blue) = 166+130+126=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6827E is #597D81. Grayscale: #8C8C8C. Windows color (decimal): -5864834 or 8290982. OLE color: 8290982.

HSL color Cylindrical-coordinate representation of color #A6827E: hue angle of 6º 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 #A6827E is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB166130126-
CMYK00.220.240.35
HSL18.35%57.25%-
HSV(B)24.1%65.1%-
XYZ27.4725.5823.23-
YUV140.31119.93146.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=39.34%
G=30.81%
B=29.86%

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
Decimal16613012600.220.240.35618.3557.25
HexA6827E016182361239
Octal246202176026304362271
Binary101001101000001011111100101101100010001111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6827E; }

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

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

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

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

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

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

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

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