#A17B6B

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

Shades of Hemp #A17B6B

Tints of Hemp #A17B6B

Color information

#A17B6B (or 0xA17B6B) is unknown color: approx Hemp. HEX triplet: A1, 7B and 6B. RGB value is (161,123,107). Sum of RGB (Red+Green+Blue) = 161+123+107=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B6B is #5E8494. Grayscale: #848484. Windows color (decimal): -6194325 or 7044001. OLE color: 7044001.

HSL color Cylindrical-coordinate representation of color #A17B6B: hue angle of 17.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A17B6B is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB161123107-
CMYK00.240.340.37
HSL17.78º22.31%52.55%-
HSV(B)17.78º33.54%63.14%-
XYZ24.4322.817.02-
YUV132.54113.59148.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=41.18%
G=31.46%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112310700.240.340.3717.7822.3152.55
HexA17B6B0182225121635
Octal2411731530304245222665
Binary10100001111101111010110110001000101001011001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17B6B; }

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

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

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

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

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

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

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

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