#A17D75

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

Shades of Hemp #A17D75

Tints of Hemp #A17D75

Color information

#A17D75 (or 0xA17D75) is unknown color: approx Hemp. HEX triplet: A1, 7D and 75. RGB value is (161,125,117). Sum of RGB (Red+Green+Blue) = 161+125+117=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D75 is #5E828A. Grayscale: #868686. Windows color (decimal): -6193803 or 7699873. OLE color: 7699873.

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

Color convert

RGB161125117-
CMYK00.220.270.37
HSL10.91º18.97%54.51%-
HSV(B)10.91º27.33%63.14%-
XYZ25.2423.5320.04-
YUV134.85117.93146.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=39.95%
G=31.02%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112511700.220.270.3710.9118.9754.51
HexA17D750161B25b1337
Octal2411751650263345132367
Binary101000011111101111010101011011011100101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17D75; }

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

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

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

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

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

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

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

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