#A17C76

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

Shades of Hemp #A17C76

Tints of Hemp #A17C76

Color information

#A17C76 (or 0xA17C76) is unknown color: approx Hemp. HEX triplet: A1, 7C and 76. RGB value is (161,124,118). Sum of RGB (Red+Green+Blue) = 161+124+118=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C76 is #5E8389. Grayscale: #868686. Windows color (decimal): -6194058 or 7765153. OLE color: 7765153.

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

Color convert

RGB161124118-
CMYK00.230.270.37
HSL8.37º18.61%54.71%-
HSV(B)8.37º26.71%63.14%-
XYZ25.1823.320.31-
YUV134.38118.76146.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=39.95%
G=30.77%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112411800.230.270.378.3718.6154.71
HexA17C760171B2581337
Octal2411741660273345102367
Binary101000011111100111011001011111011100101100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C76; }

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

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

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

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

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

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

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

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