#A17675

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

Shades of Opium #A17675

Tints of Opium #A17675

Color information

#A17675 (or 0xA17675) is unknown color: approx Opium. HEX triplet: A1, 76 and 75. RGB value is (161,118,117). Sum of RGB (Red+Green+Blue) = 161+118+117=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A17675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17675 is #5E898A. Grayscale: #828282. Windows color (decimal): -6195595 or 7698081. OLE color: 7698081.

HSL color Cylindrical-coordinate representation of color #A17675: hue angle of 1.36º 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 #A17675 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB161118117-
CMYK00.270.270.37
HSL1.36º18.97%54.51%-
HSV(B)1.36º27.33%63.14%-
XYZ24.3921.8219.76-
YUV130.74120.25149.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=40.66%
G=29.80%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111811700.270.270.371.3618.9754.51
HexA1767501B1B2511337
Octal241166165033334512367
Binary101000011110110111010101101111011100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17675; }

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

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

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

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

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

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

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

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