#A5964C

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

Shades of Husk #A5964C

Tints of Husk #A5964C

Color information

#A5964C (or 0xA5964C) is unknown color: approx Husk. HEX triplet: A5, 96 and 4C. RGB value is (165,150,76). Sum of RGB (Red+Green+Blue) = 165+150+76=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5964C is #5A69B3. Grayscale: #929292. Windows color (decimal): -5925300 or 5019301. OLE color: 5019301.

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

Color convert

RGB16515076-
CMYK00.090.540.35
HSL49.89º36.93%47.25%-
HSV(B)49.89º53.94%64.71%-
XYZ27.7330.3311.23-
YUV146.0588.47141.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 76 (30.08% from 255) = 19.44%
R=42.20%
G=38.36%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651507600.090.540.3549.8936.9347.25
HexA5964C09362332252f
Octal2452261140116643624557
Binary1010010110010110100110001001110110100011110010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5964C; }

 p { color: rgb(165,150,76); }

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

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

 a { background-color: rgb(165,150,76); }

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

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

 span { border-color: rgb(165,150,76); }

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