#A67977

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

Shades of Opium #A67977

Tints of Opium #A67977

Color information

#A67977 (or 0xA67977) is unknown color: approx Opium. HEX triplet: A6, 79 and 77. RGB value is (166,121,119). Sum of RGB (Red+Green+Blue) = 166+121+119=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A67977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67977 is #598688. Grayscale: #868686. Windows color (decimal): -5867145 or 7829926. OLE color: 7829926.

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

Color convert

RGB166121119-
CMYK00.270.280.35
HSL2.55º20.89%55.88%-
HSV(B)2.55º28.31%65.1%-
XYZ25.8923.1120.55-
YUV134.23119.41150.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=40.89%
G=29.80%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612111900.270.280.352.5520.8955.88
HexA6797701B1C2331538
Octal246171167033344332570
Binary1010011011110011110111011011111001000111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67977; }

 p { color: rgb(166,121,119); }

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

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

 a { background-color: rgb(166,121,119); }

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

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

 span { border-color: rgb(166,121,119); }

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