#A67A76

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

Shades of Opium #A67A76

Tints of Opium #A67A76

Color information

#A67A76 (or 0xA67A76) is unknown color: approx Opium. HEX triplet: A6, 7A and 76. RGB value is (166,122,118). Sum of RGB (Red+Green+Blue) = 166+122+118=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A76 is #598589. Grayscale: #868686. Windows color (decimal): -5866890 or 7764646. OLE color: 7764646.

HSL color Cylindrical-coordinate representation of color #A67A76: hue angle of 5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A67A76 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB166122118-
CMYK00.270.290.35
HSL21.24%55.69%-
HSV(B)28.92%65.1%-
XYZ25.9623.3320.28-
YUV134.7118.58150.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=40.89%
G=30.05%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612211800.270.290.35521.2455.69
HexA67A7601B1D2351538
Octal246172166033354352570
Binary10100110111101011101100110111110110001110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A76; }

 p { color: rgb(166,122,118); }

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

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

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

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

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

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

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