#A17C75

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

Shades of Hemp #A17C75

Tints of Hemp #A17C75

Color information

#A17C75 (or 0xA17C75) is unknown color: approx Hemp. HEX triplet: A1, 7C and 75. RGB value is (161,124,117). Sum of RGB (Red+Green+Blue) = 161+124+117=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C75 is #5E838A. Grayscale: #868686. Windows color (decimal): -6194059 or 7699617. OLE color: 7699617.

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

Color convert

RGB161124117-
CMYK00.230.270.37
HSL9.55º18.97%54.51%-
HSV(B)9.55º27.33%63.14%-
XYZ25.1223.2820-
YUV134.26118.26147.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=40.05%
G=30.85%
B=29.10%

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
Decimal16112411700.230.270.379.5518.9754.51
HexA17C750171B25a1337
Octal2411741650273345122367
Binary101000011111100111010101011111011100101101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C75; }

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

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

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

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

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

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

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

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