#A17B75

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

Shades of Hemp #A17B75

Tints of Hemp #A17B75

Color information

#A17B75 (or 0xA17B75) is unknown color: approx Hemp. HEX triplet: A1, 7B and 75. RGB value is (161,123,117). Sum of RGB (Red+Green+Blue) = 161+123+117=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B75 is #5E848A. Grayscale: #858585. Windows color (decimal): -6194315 or 7699361. OLE color: 7699361.

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

Color convert

RGB161123117-
CMYK00.240.270.37
HSL8.18º18.97%54.51%-
HSV(B)8.18º27.33%63.14%-
XYZ24.9923.0319.96-
YUV133.68118.59147.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=40.15%
G=30.67%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112311700.240.270.378.1818.9754.51
HexA17B750181B2581337
Octal2411731650303345102367
Binary101000011111011111010101100011011100101100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17B75; }

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

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

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

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

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

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

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

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