#A6944D

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

Shades of Husk #A6944D

Tints of Husk #A6944D

Color information

#A6944D (or 0xA6944D) is unknown color: approx Husk. HEX triplet: A6, 94 and 4D. RGB value is (166,148,77). Sum of RGB (Red+Green+Blue) = 166+148+77=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6944D is #596BB2. Grayscale: #919191. Windows color (decimal): -5860275 or 5084326. OLE color: 5084326.

HSL color Cylindrical-coordinate representation of color #A6944D: hue angle of 47.87º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6944D is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16614877-
CMYK00.110.540.35
HSL47.87º36.63%47.65%-
HSV(B)47.87º53.61%65.1%-
XYZ27.6629.8211.32-
YUV145.2989.46142.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=42.46%
G=37.85%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661487700.110.540.3547.8736.6347.65
HexA6944D0B3623302530
Octal2462241150136643604560
Binary1010011010010100100110101011110110100011110000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6944D; }

 p { color: rgb(166,148,77); }

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

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

 a { background-color: rgb(166,148,77); }

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

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

 span { border-color: rgb(166,148,77); }

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