#A5974F

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

Shades of Husk #A5974F

Tints of Husk #A5974F

Color information

#A5974F (or 0xA5974F) is unknown color: approx Husk. HEX triplet: A5, 97 and 4F. RGB value is (165,151,79). Sum of RGB (Red+Green+Blue) = 165+151+79=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5974F is #5A68B0. Grayscale: #939393. Windows color (decimal): -5925041 or 5216165. OLE color: 5216165.

HSL color Cylindrical-coordinate representation of color #A5974F: hue angle of 50.23º 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 #A5974F is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16515179-
CMYK00.080.520.35
HSL50.23º35.25%47.84%-
HSV(B)50.23º52.12%64.71%-
XYZ27.9930.711.85-
YUV146.9889.64140.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 79 (31.25% from 255) = 20%
R=41.77%
G=38.23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651517900.080.520.3550.2335.2547.84
HexA5974F083423322330
Octal2452271170106443624360
Binary1010010110010111100111101000110100100011110010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5974F; }

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

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

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

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

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

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

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

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