#A4974C

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

Shades of Husk #A4974C

Tints of Husk #A4974C

Color information

#A4974C (or 0xA4974C) is unknown color: approx Husk. HEX triplet: A4, 97 and 4C. RGB value is (164,151,76). Sum of RGB (Red+Green+Blue) = 164+151+76=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4974C is #5B68B3. Grayscale: #929292. Windows color (decimal): -5990580 or 5019556. OLE color: 5019556.

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

Color convert

RGB16415176-
CMYK00.080.540.36
HSL51.14º36.67%47.06%-
HSV(B)51.14º53.66%64.31%-
XYZ27.6830.5511.27-
YUV146.3488.31140.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 76 (30.08% from 255) = 19.44%
R=41.94%
G=38.62%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641517600.080.540.3651.1436.6747.06
HexA4974C08362433252f
Octal2442271140106644634557
Binary1010010010010111100110001000110110100100110011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4974C; }

 p { color: rgb(164,151,76); }

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

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

 a { background-color: rgb(164,151,76); }

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

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

 span { border-color: rgb(164,151,76); }

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