#A1974F

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

Shades of Husk #A1974F

Tints of Husk #A1974F

Color information

#A1974F (or 0xA1974F) is unknown color: approx Husk. HEX triplet: A1, 97 and 4F. RGB value is (161,151,79). Sum of RGB (Red+Green+Blue) = 161+151+79=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A1974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1974F is #5E68B0. Grayscale: #929292. Windows color (decimal): -6187185 or 5216161. OLE color: 5216161.

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

Color convert

RGB16115179-
CMYK00.060.510.37
HSL52.68º34.17%47.06%-
HSV(B)52.68º50.93%63.14%-
XYZ27.1830.2711.81-
YUV145.7890.31138.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=41.18%
G=38.62%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611517900.060.510.3752.6834.1747.06
HexA1974F06332535222f
Octal241227117066345654257
Binary101000011001011110011110110110011100101110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1974F; }

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

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

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

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

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

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

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

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