#A17A75

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

Shades of Hemp #A17A75

Tints of Hemp #A17A75

Color information

#A17A75 (or 0xA17A75) is unknown color: approx Hemp. HEX triplet: A1, 7A and 75. RGB value is (161,122,117). Sum of RGB (Red+Green+Blue) = 161+122+117=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A75 is #5E858A. Grayscale: #858585. Windows color (decimal): -6194571 or 7699105. OLE color: 7699105.

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

Color convert

RGB161122117-
CMYK00.240.270.37
HSL6.82º18.97%54.51%-
HSV(B)6.82º27.33%63.14%-
XYZ24.8722.7819.92-
YUV133.09118.92147.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=40.25%
G=30.5%
B=29.25%

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
Decimal16112211700.240.270.376.8218.9754.51
HexA17A750181B2571337
Octal241172165030334572367
Binary10100001111101011101010110001101110010111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A75; }

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

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

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

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

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

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

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

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