#A67876

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

Shades of Opium #A67876

Tints of Opium #A67876

Color information

#A67876 (or 0xA67876) is unknown color: approx Opium. HEX triplet: A6, 78 and 76. RGB value is (166,120,118). Sum of RGB (Red+Green+Blue) = 166+120+118=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A67876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67876 is #598789. Grayscale: #858585. Windows color (decimal): -5867402 or 7764134. OLE color: 7764134.

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

Color convert

RGB166120118-
CMYK00.280.290.35
HSL2.5º21.24%55.69%-
HSV(B)2.5º28.92%65.1%-
XYZ25.7122.8520.19-
YUV133.53119.24151.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=41.09%
G=29.70%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612011800.280.290.352.521.2455.69
HexA6787601C1D2331538
Octal246170166034354332570
Binary1010011011110001110110011100111011000111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67876; }

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

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

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

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

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

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

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

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