#A68376

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

Shades of Hemp #A68376

Tints of Hemp #A68376

Color information

#A68376 (or 0xA68376) is unknown color: approx Hemp. HEX triplet: A6, 83 and 76. RGB value is (166,131,118). Sum of RGB (Red+Green+Blue) = 166+131+118=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68376 is #597C89. Grayscale: #8C8C8C. Windows color (decimal): -5864586 or 7766950. OLE color: 7766950.

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

Color convert

RGB166131118-
CMYK00.210.290.35
HSL16.25º21.24%55.69%-
HSV(B)16.25º28.92%65.1%-
XYZ27.1125.6520.66-
YUV139.98115.6146.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=40%
G=31.57%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613111800.210.290.3516.2521.2455.69
HexA683760151D23101538
Octal2462031660253543202570
Binary10100110100000111110110010101111011000111000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68376; }

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

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

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

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

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

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

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

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