#A68378

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

Shades of Hemp #A68378

Tints of Hemp #A68378

Color information

#A68378 (or 0xA68378) is unknown color: approx Hemp. HEX triplet: A6, 83 and 78. RGB value is (166,131,120). Sum of RGB (Red+Green+Blue) = 166+131+120=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A68378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68378 is #597C87. Grayscale: #8C8C8C. Windows color (decimal): -5864584 or 7898022. OLE color: 7898022.

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

Color convert

RGB166131120-
CMYK00.210.280.35
HSL14.35º20.54%56.08%-
HSV(B)14.35º27.71%65.1%-
XYZ27.2325.721.29-
YUV140.21116.6146.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=39.81%
G=31.41%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613112000.210.280.3514.3520.5456.08
HexA683780151C23e1538
Octal2462031700253443162570
Binary1010011010000011111100001010111100100011111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68378; }

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

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

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

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

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

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

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

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