#A4965D

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

Shades of Husk #A4965D

Tints of Husk #A4965D

Color information

#A4965D (or 0xA4965D) is unknown color: approx Husk. HEX triplet: A4, 96 and 5D. RGB value is (164,150,93). Sum of RGB (Red+Green+Blue) = 164+150+93=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4965D is #5B69A2. Grayscale: #939393. Windows color (decimal): -5990819 or 6133412. OLE color: 6133412.

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

Color convert

RGB16415093-
CMYK00.090.430.36
HSL48.17º28.06%50.39%-
HSV(B)48.17º43.29%64.31%-
XYZ28.1930.514.76-
YUV147.6997.14139.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=40.29%
G=36.86%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641509300.090.430.3648.1728.0650.39
HexA4965D092B24301c32
Octal2442261350115344603462
Binary101001001001011010111010100110101110010011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4965D; }

 p { color: rgb(164,150,93); }

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

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

 a { background-color: rgb(164,150,93); }

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

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

 span { border-color: rgb(164,150,93); }

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