#A37874

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

Shades of Opium #A37874

Tints of Opium #A37874

Color information

#A37874 (or 0xA37874) is unknown color: approx Opium. HEX triplet: A3, 78 and 74. RGB value is (163,120,116). Sum of RGB (Red+Green+Blue) = 163+120+116=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A37874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37874 is #5C878B. Grayscale: #848484. Windows color (decimal): -6064012 or 7633059. OLE color: 7633059.

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

Color convert

RGB163120116-
CMYK00.260.290.36
HSL5.11º20.35%54.71%-
HSV(B)5.11º28.83%63.92%-
XYZ24.9722.4819.55-
YUV132.4118.75149.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=40.85%
G=30.08%
B=29.07%

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
Decimal16312011600.260.290.365.1120.3554.71
HexA3787401A1D2451437
Octal243170164032354452467
Binary10100011111100011101000110101110110010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37874; }

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

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

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

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

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

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

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

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