#A67D78

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

Shades of Opium #A67D78

Tints of Opium #A67D78

Color information

#A67D78 (or 0xA67D78) is unknown color: approx Opium. HEX triplet: A6, 7D and 78. RGB value is (166,125,120). Sum of RGB (Red+Green+Blue) = 166+125+120=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D78 is #598287. Grayscale: #888888. Windows color (decimal): -5866120 or 7896486. OLE color: 7896486.

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

Color convert

RGB166125120-
CMYK00.250.280.35
HSL6.52º20.54%56.08%-
HSV(B)6.52º27.71%65.1%-
XYZ26.4524.1321.03-
YUV136.69118.58148.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=40.39%
G=30.41%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612512000.250.280.356.5220.5456.08
HexA67D780191C2371538
Octal246175170031344372570
Binary10100110111110111110000110011110010001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D78; }

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

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

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

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

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

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

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

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