#A47B79

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

Shades of Opium #A47B79

Tints of Opium #A47B79

Color information

#A47B79 (or 0xA47B79) is unknown color: approx Opium. HEX triplet: A4, 7B and 79. RGB value is (164,123,121). Sum of RGB (Red+Green+Blue) = 164+123+121=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B79 is #5B8486. Grayscale: #878787. Windows color (decimal): -5997703 or 7961508. OLE color: 7961508.

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

Color convert

RGB164123121-
CMYK00.250.260.36
HSL2.79º19.11%55.88%-
HSV(B)2.79º26.22%64.31%-
XYZ25.8423.4421.25-
YUV135.03120.08148.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=40.20%
G=30.15%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412312100.250.260.362.7919.1155.88
HexA47B790191A2431338
Octal244173171031324432370
Binary1010010011110111111001011001110101001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B79; }

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

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

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

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

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

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

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

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