#A4954F

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

Shades of Husk #A4954F

Tints of Husk #A4954F

Color information

#A4954F (or 0xA4954F) is unknown color: approx Husk. HEX triplet: A4, 95 and 4F. RGB value is (164,149,79). Sum of RGB (Red+Green+Blue) = 164+149+79=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4954F is #5B6AB0. Grayscale: #919191. Windows color (decimal): -5991089 or 5215652. OLE color: 5215652.

HSL color Cylindrical-coordinate representation of color #A4954F: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4954F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16414979-
CMYK00.090.520.36
HSL49.41º34.98%47.65%-
HSV(B)49.41º51.83%64.31%-
XYZ27.4729.9511.73-
YUV145.590.47141.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=41.84%
G=38.01%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641497900.090.520.3649.4134.9847.65
HexA4954F093424312330
Octal2442251170116444614360
Binary1010010010010101100111101001110100100100110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4954F; }

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

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

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

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

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

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

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

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