#A6827F

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

Shades of Opium #A6827F

Tints of Opium #A6827F

Color information

#A6827F (or 0xA6827F) is unknown color: approx Opium. HEX triplet: A6, 82 and 7F. RGB value is (166,130,127). Sum of RGB (Red+Green+Blue) = 166+130+127=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6827F is #597D80. Grayscale: #8C8C8C. Windows color (decimal): -5864833 or 8356518. OLE color: 8356518.

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

Color convert

RGB166130127-
CMYK00.220.230.35
HSL4.62º17.97%57.45%-
HSV(B)4.62º23.49%65.1%-
XYZ27.5425.623.57-
YUV140.42120.43146.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 127 (50% from 255) = 30.02%
R=39.24%
G=30.73%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613012700.220.230.354.6217.9757.45
HexA6827F016172351239
Octal246202177026274352271
Binary101001101000001011111110101101011110001110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6827F; }

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

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

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

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

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

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

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

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