#A47875

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

Shades of Opium #A47875

Tints of Opium #A47875

Color information

#A47875 (or 0xA47875) is unknown color: approx Opium. HEX triplet: A4, 78 and 75. RGB value is (164,120,117). Sum of RGB (Red+Green+Blue) = 164+120+117=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47875 is #5B878A. Grayscale: #848484. Windows color (decimal): -5998475 or 7698596. OLE color: 7698596.

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

Color convert

RGB164120117-
CMYK00.270.290.36
HSL3.83º20.52%55.1%-
HSV(B)3.83º28.66%64.31%-
XYZ25.2422.6119.86-
YUV132.81119.08150.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=40.90%
G=29.93%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412011700.270.290.363.8320.5255.1
HexA4787501B1D2441537
Octal244170165033354442567
Binary10100100111100011101010110111110110010010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47875; }

 p { color: rgb(164,120,117); }

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

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

 a { background-color: rgb(164,120,117); }

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

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

 span { border-color: rgb(164,120,117); }

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