#A1975A

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

Shades of Husk #A1975A

Tints of Husk #A1975A

Color information

#A1975A (or 0xA1975A) is unknown color: approx Husk. HEX triplet: A1, 97 and 5A. RGB value is (161,151,90). Sum of RGB (Red+Green+Blue) = 161+151+90=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1975A is #5E68A5. Grayscale: #939393. Windows color (decimal): -6187174 or 5937057. OLE color: 5937057.

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

Color convert

RGB16115190-
CMYK00.060.440.37
HSL51.55º28.29%49.22%-
HSV(B)51.55º44.1%63.14%-
XYZ27.6130.4514.09-
YUV147.0495.81137.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=40.05%
G=37.56%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611519000.060.440.3751.5528.2949.22
HexA1975A062C25341c31
Octal241227132065445643461
Binary10100001100101111011010011010110010010111010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1975A; }

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

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

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

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

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

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

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

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