#A78376

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

Shades of Hemp #A78376

Tints of Hemp #A78376

Color information

#A78376 (or 0xA78376) is unknown color: approx Hemp. HEX triplet: A7, 83 and 76. RGB value is (167,131,118). Sum of RGB (Red+Green+Blue) = 167+131+118=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A78376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78376 is #587C89. Grayscale: #8C8C8C. Windows color (decimal): -5799050 or 7766951. OLE color: 7766951.

HSL color Cylindrical-coordinate representation of color #A78376: hue angle of 15.92º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A78376 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167131118-
CMYK00.220.290.35
HSL15.92º21.78%55.88%-
HSV(B)15.92º29.34%65.49%-
XYZ27.3225.7620.67-
YUV140.28115.43147.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=40.14%
G=31.49%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713111800.220.290.3515.9221.7855.88
HexA783760161D23101638
Octal2472031660263543202670
Binary10100111100000111110110010110111011000111000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78376; }

 p { color: rgb(167,131,118); }

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

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

 a { background-color: rgb(167,131,118); }

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

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

 span { border-color: rgb(167,131,118); }

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