#A67B78

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

Shades of Opium #A67B78

Tints of Opium #A67B78

Color information

#A67B78 (or 0xA67B78) is unknown color: approx Opium. HEX triplet: A6, 7B and 78. RGB value is (166,123,120). Sum of RGB (Red+Green+Blue) = 166+123+120=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B78 is #598487. Grayscale: #878787. Windows color (decimal): -5866632 or 7895974. OLE color: 7895974.

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

Color convert

RGB166123120-
CMYK00.260.280.35
HSL3.91º20.54%56.08%-
HSV(B)3.91º27.71%65.1%-
XYZ26.223.6320.95-
YUV135.51119.25149.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=40.59%
G=30.07%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612312000.260.280.353.9120.5456.08
HexA67B7801A1C2341538
Octal246173170032344342570
Binary10100110111101111110000110101110010001110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B78; }

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

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

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

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

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

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

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

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