#A1955A

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

Shades of Husk #A1955A

Tints of Husk #A1955A

Color information

#A1955A (or 0xA1955A) is unknown color: approx Husk. HEX triplet: A1, 95 and 5A. RGB value is (161,149,90). Sum of RGB (Red+Green+Blue) = 161+149+90=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1955A is #5E6AA5. Grayscale: #929292. Windows color (decimal): -6187686 or 5936545. OLE color: 5936545.

HSL color Cylindrical-coordinate representation of color #A1955A: hue angle of 49.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1955A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB16114990-
CMYK00.070.440.37
HSL49.86º28.29%49.22%-
HSV(B)49.86º44.1%63.14%-
XYZ27.2929.8113.99-
YUV145.8696.48138.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=40.25%
G=37.25%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611499000.070.440.3749.8628.2949.22
HexA1955A072C25321c31
Octal241225132075445623461
Binary10100001100101011011010011110110010010111001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1955A; }

 p { color: rgb(161,149,90); }

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

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

 a { background-color: rgb(161,149,90); }

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

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

 span { border-color: rgb(161,149,90); }

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