#A47B77

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

Shades of Opium #A47B77

Tints of Opium #A47B77

Color information

#A47B77 (or 0xA47B77) is unknown color: approx Opium. HEX triplet: A4, 7B and 77. RGB value is (164,123,119). Sum of RGB (Red+Green+Blue) = 164+123+119=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B77 is #5B8488. Grayscale: #868686. Windows color (decimal): -5997705 or 7830436. OLE color: 7830436.

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

Color convert

RGB164123119-
CMYK00.250.270.36
HSL5.33º19.82%55.49%-
HSV(B)5.33º27.44%64.31%-
XYZ25.7223.3920.61-
YUV134.8119.08148.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=40.39%
G=30.30%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412311900.250.270.365.3319.8255.49
HexA47B770191B2451437
Octal244173167031334452467
Binary10100100111101111101110110011101110010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B77; }

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

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

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

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

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

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

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

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