#A67F7C

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

Shades of Opium #A67F7C

Tints of Opium #A67F7C

Color information

#A67F7C (or 0xA67F7C) is unknown color: approx Opium. HEX triplet: A6, 7F and 7C. RGB value is (166,127,124). Sum of RGB (Red+Green+Blue) = 166+127+124=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F7C is #598083. Grayscale: #8A8A8A. Windows color (decimal): -5865604 or 8159142. OLE color: 8159142.

HSL color Cylindrical-coordinate representation of color #A67F7C: hue angle of 4.29º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A67F7C is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166127124-
CMYK00.230.250.35
HSL4.29º19.09%56.86%-
HSV(B)4.29º25.3%65.1%-
XYZ26.9524.7422.42-
YUV138.32119.92147.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=39.81%
G=30.46%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612712400.230.250.354.2919.0956.86
HexA67F7C017192341339
Octal246177174027314342371
Binary10100110111111111111000101111100110001110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F7C; }

 p { color: rgb(166,127,124); }

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

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

 a { background-color: rgb(166,127,124); }

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

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

 span { border-color: rgb(166,127,124); }

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