#A37A77

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

Shades of Opium #A37A77

Tints of Opium #A37A77

Color information

#A37A77 (or 0xA37A77) is unknown color: approx Opium. HEX triplet: A3, 7A and 77. RGB value is (163,122,119). Sum of RGB (Red+Green+Blue) = 163+122+119=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A77 is #5C8588. Grayscale: #858585. Windows color (decimal): -6063497 or 7830179. OLE color: 7830179.

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

Color convert

RGB163122119-
CMYK00.250.270.36
HSL4.09º19.3%55.29%-
HSV(B)4.09º26.99%63.92%-
XYZ25.3923.0420.56-
YUV133.92119.58148.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=40.35%
G=30.20%
B=29.46%

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
Decimal16312211900.250.270.364.0919.355.29
HexA37A770191B2441337
Octal243172167031334442367
Binary10100011111101011101110110011101110010010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A77; }

 p { color: rgb(163,122,119); }

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

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

 a { background-color: rgb(163,122,119); }

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

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

 span { border-color: rgb(163,122,119); }

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