#A37B79

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

Shades of Opium #A37B79

Tints of Opium #A37B79

Color information

#A37B79 (or 0xA37B79) is unknown color: approx Opium. HEX triplet: A3, 7B and 79. RGB value is (163,123,121). Sum of RGB (Red+Green+Blue) = 163+123+121=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B79 is #5C8486. Grayscale: #868686. Windows color (decimal): -6063239 or 7961507. OLE color: 7961507.

HSL color Cylindrical-coordinate representation of color #A37B79: hue angle of 2.86º 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 #A37B79 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB163123121-
CMYK00.250.260.36
HSL2.86º18.58%55.69%-
HSV(B)2.86º25.77%63.92%-
XYZ25.6423.3321.24-
YUV134.73120.25148.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=40.05%
G=30.22%
B=29.73%

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
Decimal16312312100.250.260.362.8618.5855.69
HexA37B790191A2431338
Octal243173171031324432370
Binary1010001111110111111001011001110101001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B79; }

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

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

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

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

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

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

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

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