#A19C4A

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

Shades of Husk #A19C4A

Tints of Husk #A19C4A

Color information

#A19C4A (or 0xA19C4A) is unknown color: approx Husk. HEX triplet: A1, 9C and 4A. RGB value is (161,156,74). Sum of RGB (Red+Green+Blue) = 161+156+74=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C4A is #5E63B5. Grayscale: #949494. Windows color (decimal): -6185910 or 4889761. OLE color: 4889761.

HSL color Cylindrical-coordinate representation of color #A19C4A: hue angle of 56.55º 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 #A19C4A is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB16115674-
CMYK00.030.540.37
HSL56.55º37.02%46.08%-
HSV(B)56.55º54.04%63.14%-
XYZ27.8231.8511.16-
YUV148.1586.16137.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 156 (61.33% from 255) = 39.90%
BLUE value IS 74 (29.30% from 255) = 18.93%
R=41.18%
G=39.90%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611567400.030.540.3756.5537.0246.08
HexA19C4A03362539252e
Octal241234112036645714556
Binary10100001100111001001010011110110100101111001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C4A; }

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

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

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

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

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

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

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

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