#A1776C

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

Shades of Hemp #A1776C

Tints of Hemp #A1776C

Color information

#A1776C (or 0xA1776C) is unknown color: approx Hemp. HEX triplet: A1, 77 and 6C. RGB value is (161,119,108). Sum of RGB (Red+Green+Blue) = 161+119+108=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1776C is #5E8893. Grayscale: #828282. Windows color (decimal): -6195348 or 7108513. OLE color: 7108513.

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

Color convert

RGB161119108-
CMYK00.260.330.37
HSL12.45º21.99%52.75%-
HSV(B)12.45º32.92%63.14%-
XYZ2421.8517.14-
YUV130.3115.41149.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=41.49%
G=30.67%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111910800.260.330.3712.4521.9952.75
HexA1776C01A2125c1635
Octal2411671540324145142665
Binary1010000111101111101100011010100001100101110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1776C; }

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

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

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

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

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

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

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

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