#A17874

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

Shades of Opium #A17874

Tints of Opium #A17874

Color information

#A17874 (or 0xA17874) is unknown color: approx Opium. HEX triplet: A1, 78 and 74. RGB value is (161,120,116). Sum of RGB (Red+Green+Blue) = 161+120+116=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A17874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17874 is #5E878B. Grayscale: #838383. Windows color (decimal): -6195084 or 7633057. OLE color: 7633057.

HSL color Cylindrical-coordinate representation of color #A17874: hue angle of 5.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A17874 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB161120116-
CMYK00.250.280.37
HSL5.33º19.31%54.31%-
HSV(B)5.33º27.95%63.14%-
XYZ24.5722.2719.53-
YUV131.8119.08148.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=40.55%
G=30.23%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112011600.250.280.375.3319.3154.31
HexA178740191C2551336
Octal241170164031344552366
Binary10100001111100011101000110011110010010110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17874; }

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

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

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

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

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

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

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

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