#A17C73

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

Shades of Hemp #A17C73

Tints of Hemp #A17C73

Color information

#A17C73 (or 0xA17C73) is unknown color: approx Hemp. HEX triplet: A1, 7C and 73. RGB value is (161,124,115). Sum of RGB (Red+Green+Blue) = 161+124+115=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C73 is #5E838C. Grayscale: #868686. Windows color (decimal): -6194061 or 7568545. OLE color: 7568545.

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

Color convert

RGB161124115-
CMYK00.230.290.37
HSL11.74º19.66%54.12%-
HSV(B)11.74º28.57%63.14%-
XYZ2523.2319.39-
YUV134.04117.26147.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=40.25%
G=31%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112411500.230.290.3711.7419.6654.12
HexA17C730171D25c1436
Octal2411741630273545142466
Binary101000011111100111001101011111101100101110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C73; }

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

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

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

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

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

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

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

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