#A1984A

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

Shades of Husk #A1984A

Tints of Husk #A1984A

Color information

#A1984A (or 0xA1984A) is unknown color: approx Husk. HEX triplet: A1, 98 and 4A. RGB value is (161,152,74). Sum of RGB (Red+Green+Blue) = 161+152+74=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1984A is #5E67B5. Grayscale: #929292. Windows color (decimal): -6186934 or 4888737. OLE color: 4888737.

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

Color convert

RGB16115274-
CMYK00.060.540.37
HSL53.79º37.02%46.08%-
HSV(B)53.79º54.04%63.14%-
XYZ27.1630.5310.94-
YUV145.887.48138.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=41.60%
G=39.28%
B=19.12%

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
Decimal1611527400.060.540.3753.7937.0246.08
HexA1984A06362536252e
Octal241230112066645664556
Binary101000011001100010010100110110110100101110110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1984A; }

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

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

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

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

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

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

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

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