#A17775

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

Shades of Opium #A17775

Tints of Opium #A17775

Color information

#A17775 (or 0xA17775) is unknown color: approx Opium. HEX triplet: A1, 77 and 75. RGB value is (161,119,117). Sum of RGB (Red+Green+Blue) = 161+119+117=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A17775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17775 is #5E888A. Grayscale: #838383. Windows color (decimal): -6195339 or 7698337. OLE color: 7698337.

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

Color convert

RGB161119117-
CMYK00.260.270.37
HSL2.73º18.97%54.51%-
HSV(B)2.73º27.33%63.14%-
XYZ24.5122.0619.8-
YUV131.33119.91149.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=40.55%
G=29.97%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111911700.260.270.372.7318.9754.51
HexA1777501A1B2531337
Octal241167165032334532367
Binary1010000111101111110101011010110111001011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17775; }

 p { color: rgb(161,119,117); }

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

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

 a { background-color: rgb(161,119,117); }

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

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

 span { border-color: rgb(161,119,117); }

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