#A67C7B

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

Shades of Opium #A67C7B

Tints of Opium #A67C7B

Color information

#A67C7B (or 0xA67C7B) is unknown color: approx Opium. HEX triplet: A6, 7C and 7B. RGB value is (166,124,123). Sum of RGB (Red+Green+Blue) = 166+124+123=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C7B is #598384. Grayscale: #888888. Windows color (decimal): -5866373 or 8092838. OLE color: 8092838.

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

Color convert

RGB166124123-
CMYK00.250.260.35
HSL1.4º19.46%56.67%-
HSV(B)1.4º25.9%65.1%-
XYZ26.5123.9521.96-
YUV136.44120.41149.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=40.19%
G=30.02%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612412300.250.260.351.419.4656.67
HexA67C7B0191A2311339
Octal246174173031324312371
Binary101001101111100111101101100111010100011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C7B; }

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

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

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

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

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

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

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

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