#A1924E

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

Shades of Husk #A1924E

Tints of Husk #A1924E

Color information

#A1924E (or 0xA1924E) is unknown color: approx Husk. HEX triplet: A1, 92 and 4E. RGB value is (161,146,78). Sum of RGB (Red+Green+Blue) = 161+146+78=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1924E is #5E6DB1. Grayscale: #8F8F8F. Windows color (decimal): -6188466 or 5149345. OLE color: 5149345.

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

Color convert

RGB16114678-
CMYK00.090.520.37
HSL49.16º34.73%46.86%-
HSV(B)49.16º51.55%63.14%-
XYZ26.3528.6811.36-
YUV142.7391.47141.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=41.82%
G=37.92%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611467800.090.520.3749.1634.7346.86
HexA1924E09342531232f
Octal2412221160116445614357
Binary1010000110010010100111001001110100100101110001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1924E; }

 p { color: rgb(161,146,78); }

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

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

 a { background-color: rgb(161,146,78); }

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

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

 span { border-color: rgb(161,146,78); }

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