#A1776D

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

Shades of Hemp #A1776D

Tints of Hemp #A1776D

Color information

#A1776D (or 0xA1776D) is unknown color: approx Hemp. HEX triplet: A1, 77 and 6D. RGB value is (161,119,109). Sum of RGB (Red+Green+Blue) = 161+119+109=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1776D is #5E8892. Grayscale: #828282. Windows color (decimal): -6195347 or 7174049. OLE color: 7174049.

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

Color convert

RGB161119109-
CMYK00.260.320.37
HSL11.54º21.67%52.94%-
HSV(B)11.54º32.3%63.14%-
XYZ24.0621.8717.42-
YUV130.42115.91149.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=41.39%
G=30.59%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111910900.260.320.3711.5421.6752.94
HexA1776D01A2025c1635
Octal2411671550324045142665
Binary1010000111101111101101011010100000100101110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1776D; }

 p { color: rgb(161,119,109); }

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

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

 a { background-color: rgb(161,119,109); }

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

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

 span { border-color: rgb(161,119,109); }

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