#A37974

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

Shades of Opium #A37974

Tints of Opium #A37974

Color information

#A37974 (or 0xA37974) is unknown color: approx Opium. HEX triplet: A3, 79 and 74. RGB value is (163,121,116). Sum of RGB (Red+Green+Blue) = 163+121+116=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A37974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37974 is #5C868B. Grayscale: #858585. Windows color (decimal): -6063756 or 7633315. OLE color: 7633315.

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

Color convert

RGB163121116-
CMYK00.260.290.36
HSL6.38º20.35%54.71%-
HSV(B)6.38º28.83%63.92%-
XYZ25.0922.7219.59-
YUV132.99118.41149.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=40.75%
G=30.25%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312111600.260.290.366.3820.3554.71
HexA3797401A1D2461437
Octal243171164032354462467
Binary10100011111100111101000110101110110010011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37974; }

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

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

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

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

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

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

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

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