#A4954D

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

Shades of Husk #A4954D

Tints of Husk #A4954D

Color information

#A4954D (or 0xA4954D) is unknown color: approx Husk. HEX triplet: A4, 95 and 4D. RGB value is (164,149,77). Sum of RGB (Red+Green+Blue) = 164+149+77=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4954D is #5B6AB2. Grayscale: #919191. Windows color (decimal): -5991091 or 5084580. OLE color: 5084580.

HSL color Cylindrical-coordinate representation of color #A4954D: hue angle of 49.66º 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 #A4954D is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16414977-
CMYK00.090.530.36
HSL49.66º36.1%47.25%-
HSV(B)49.66º53.05%64.31%-
XYZ27.429.9211.35-
YUV145.2889.47141.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=42.05%
G=38.21%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641497700.090.530.3649.6636.147.25
HexA4954D09352432242f
Octal2442251150116544624457
Binary1010010010010101100110101001110101100100110010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4954D; }

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

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

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

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

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

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

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

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