#A1994B

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

Shades of Husk #A1994B

Tints of Husk #A1994B

Color information

#A1994B (or 0xA1994B) is unknown color: approx Husk. HEX triplet: A1, 99 and 4B. RGB value is (161,153,75). Sum of RGB (Red+Green+Blue) = 161+153+75=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1994B is #5E66B4. Grayscale: #929292. Windows color (decimal): -6186677 or 4954529. OLE color: 4954529.

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

Color convert

RGB16115375-
CMYK00.050.530.37
HSL54.42º36.44%46.27%-
HSV(B)54.42º53.42%63.14%-
XYZ27.3630.8711.17-
YUV146.587.65138.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=41.39%
G=39.33%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611537500.050.530.3754.4236.4446.27
HexA1994B05352536242e
Octal241231113056545664456
Binary101000011001100110010110101110101100101110110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1994B; }

 p { color: rgb(161,153,75); }

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

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

 a { background-color: rgb(161,153,75); }

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

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

 span { border-color: rgb(161,153,75); }

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