#A37674

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

Shades of Opium #A37674

Tints of Opium #A37674

Color information

#A37674 (or 0xA37674) is unknown color: approx Opium. HEX triplet: A3, 76 and 74. RGB value is (163,118,116). Sum of RGB (Red+Green+Blue) = 163+118+116=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A37674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37674 is #5C898B. Grayscale: #838383. Windows color (decimal): -6064524 or 7632547. OLE color: 7632547.

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

Color convert

RGB163118116-
CMYK00.280.290.36
HSL2.55º20.35%54.71%-
HSV(B)2.55º28.83%63.92%-
XYZ24.742219.47-
YUV131.23119.41150.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=41.06%
G=29.72%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311811600.280.290.362.5520.3554.71
HexA3767401C1D2431437
Octal243166164034354432467
Binary1010001111101101110100011100111011001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37674; }

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

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

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

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

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

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

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

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