#A67C7C

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

Shades of Opium #A67C7C

Tints of Opium #A67C7C

Color information

#A67C7C (or 0xA67C7C) is unknown color: approx Opium. HEX triplet: A6, 7C and 7C. RGB value is (166,124,124). Sum of RGB (Red+Green+Blue) = 166+124+124=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C7C is #598383. Grayscale: #888888. Windows color (decimal): -5866372 or 8158374. OLE color: 8158374.

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

Color convert

RGB166124124-
CMYK00.250.250.35
HSL19.09%56.86%-
HSV(B)25.3%65.1%-
XYZ26.5723.9822.3-
YUV136.56120.91149-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=40.10%
G=29.95%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612412400.250.250.35019.0956.86
HexA67C7C019192301339
Octal246174174031314302371
Binary101001101111100111110001100111001100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C7C; }

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

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

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

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

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

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

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

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