#A0776C

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

Shades of Hemp #A0776C

Tints of Hemp #A0776C

Color information

#A0776C (or 0xA0776C) is unknown color: approx Hemp. HEX triplet: A0, 77 and 6C. RGB value is (160,119,108). Sum of RGB (Red+Green+Blue) = 160+119+108=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0776C is #5F8893. Grayscale: #828282. Windows color (decimal): -6260884 or 7108512. OLE color: 7108512.

HSL color Cylindrical-coordinate representation of color #A0776C: hue angle of 12.69º degrees, saturation: 0.21, 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 #A0776C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB160119108-
CMYK00.260.320.37
HSL12.69º21.49%52.55%-
HSV(B)12.69º32.5%62.75%-
XYZ23.821.7517.13-
YUV130115.58149.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=41.34%
G=30.75%
B=27.91%

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
Decimal16011910800.260.320.3712.6921.4952.55
HexA0776C01A2025d1535
Octal2401671540324045152565
Binary1010000011101111101100011010100000100101110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0776C; }

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

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

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

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

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

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

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

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