#A4944D

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

Shades of Husk #A4944D

Tints of Husk #A4944D

Color information

#A4944D (or 0xA4944D) is unknown color: approx Husk. HEX triplet: A4, 94 and 4D. RGB value is (164,148,77). Sum of RGB (Red+Green+Blue) = 164+148+77=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4944D is #5B6BB2. Grayscale: #909090. Windows color (decimal): -5991347 or 5084324. OLE color: 5084324.

HSL color Cylindrical-coordinate representation of color #A4944D: hue angle of 48.97º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4944D is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16414877-
CMYK00.100.530.36
HSL48.97º36.1%47.25%-
HSV(B)48.97º53.05%64.31%-
XYZ27.2429.6111.3-
YUV144.6989.8141.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=42.16%
G=38.05%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641487700.100.530.3648.9736.147.25
HexA4944D0A352431242f
Octal2442241150126544614457
Binary1010010010010100100110101010110101100100110001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4944D; }

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

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

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

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

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

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

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

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