#A5964F

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

Shades of Husk #A5964F

Tints of Husk #A5964F

Color information

#A5964F (or 0xA5964F) is unknown color: approx Husk. HEX triplet: A5, 96 and 4F. RGB value is (165,150,79). Sum of RGB (Red+Green+Blue) = 165+150+79=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5964F is #5A69B0. Grayscale: #929292. Windows color (decimal): -5925297 or 5215909. OLE color: 5215909.

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

Color convert

RGB16515079-
CMYK00.090.520.35
HSL49.53º35.25%47.84%-
HSV(B)49.53º52.12%64.71%-
XYZ27.8330.3811.79-
YUV146.3989.97141.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=41.88%
G=38.07%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651507900.090.520.3549.5335.2547.84
HexA5964F093423322330
Octal2452261170116443624360
Binary1010010110010110100111101001110100100011110010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5964F; }

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

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

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

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

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

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

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

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