#A1974A

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

Shades of Husk #A1974A

Tints of Husk #A1974A

Color information

#A1974A (or 0xA1974A) is unknown color: approx Husk. HEX triplet: A1, 97 and 4A. RGB value is (161,151,74). Sum of RGB (Red+Green+Blue) = 161+151+74=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1974A is #5E68B5. Grayscale: #919191. Windows color (decimal): -6187190 or 4888481. OLE color: 4888481.

HSL color Cylindrical-coordinate representation of color #A1974A: hue angle of 53.1º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1974A is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB16115174-
CMYK00.060.540.37
HSL53.1º37.02%46.08%-
HSV(B)53.1º54.04%63.14%-
XYZ2730.210.89-
YUV145.2187.81139.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=41.71%
G=39.12%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611517400.060.540.3753.137.0246.08
HexA1974A06362535252e
Octal241227112066645654556
Binary101000011001011110010100110110110100101110101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1974A; }

 p { color: rgb(161,151,74); }

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

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

 a { background-color: rgb(161,151,74); }

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

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

 span { border-color: rgb(161,151,74); }

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