#A37977

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

Shades of Opium #A37977

Tints of Opium #A37977

Color information

#A37977 (or 0xA37977) is unknown color: approx Opium. HEX triplet: A3, 79 and 77. RGB value is (163,121,119). Sum of RGB (Red+Green+Blue) = 163+121+119=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A37977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37977 is #5C8688. Grayscale: #858585. Windows color (decimal): -6063753 or 7829923. OLE color: 7829923.

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

Color convert

RGB163121119-
CMYK00.260.270.36
HSL2.73º19.3%55.29%-
HSV(B)2.73º26.99%63.92%-
XYZ25.2722.7920.52-
YUV133.33119.91149.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=40.45%
G=30.02%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312111900.260.270.362.7319.355.29
HexA3797701A1B2431337
Octal243171167032334432367
Binary1010001111110011110111011010110111001001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37977; }

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

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

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

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

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

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

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

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