#A68373

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

Shades of Hemp #A68373

Tints of Hemp #A68373

Color information

#A68373 (or 0xA68373) is unknown color: approx Hemp. HEX triplet: A6, 83 and 73. RGB value is (166,131,115). Sum of RGB (Red+Green+Blue) = 166+131+115=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A68373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68373 is #597C8C. Grayscale: #8B8B8B. Windows color (decimal): -5864589 or 7570342. OLE color: 7570342.

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

Color convert

RGB166131115-
CMYK00.210.310.35
HSL18.82º22.27%55.1%-
HSV(B)18.82º30.72%65.1%-
XYZ26.9425.5819.74-
YUV139.64114.1146.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=40.29%
G=31.80%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613111500.210.310.3518.8222.2755.1
HexA683730151F23131637
Octal2462031630253743232667
Binary10100110100000111110011010101111111000111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68373; }

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

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

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

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

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

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

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

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