#A37B78

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

Shades of Opium #A37B78

Tints of Opium #A37B78

Color information

#A37B78 (or 0xA37B78) is unknown color: approx Opium. HEX triplet: A3, 7B and 78. RGB value is (163,123,120). Sum of RGB (Red+Green+Blue) = 163+123+120=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37B78 is #5C8487. Grayscale: #868686. Windows color (decimal): -6063240 or 7895971. OLE color: 7895971.

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

Color convert

RGB163123120-
CMYK00.250.260.36
HSL4.19º18.94%55.49%-
HSV(B)4.19º26.38%63.92%-
XYZ25.5823.3120.92-
YUV134.62119.75148.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=40.15%
G=30.30%
B=29.56%

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
Decimal16312312000.250.260.364.1918.9455.49
HexA37B780191A2441337
Octal243173170031324442367
Binary10100011111101111110000110011101010010010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B78; }

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

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

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

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

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

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

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

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