#A47B76

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

Shades of Opium #A47B76

Tints of Opium #A47B76

Color information

#A47B76 (or 0xA47B76) is unknown color: approx Opium. HEX triplet: A4, 7B and 76. RGB value is (164,123,118). Sum of RGB (Red+Green+Blue) = 164+123+118=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B76 is #5B8489. Grayscale: #868686. Windows color (decimal): -5997706 or 7764900. OLE color: 7764900.

HSL color Cylindrical-coordinate representation of color #A47B76: hue angle of 6.52º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47B76 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164123118-
CMYK00.250.280.36
HSL6.52º20.18%55.29%-
HSV(B)6.52º28.05%64.31%-
XYZ25.6623.3720.3-
YUV134.69118.58148.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=40.49%
G=30.37%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412311800.250.280.366.5220.1855.29
HexA47B760191C2471437
Octal244173166031344472467
Binary10100100111101111101100110011110010010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B76; }

 p { color: rgb(164,123,118); }

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

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

 a { background-color: rgb(164,123,118); }

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

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

 span { border-color: rgb(164,123,118); }

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