#A19C53

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

Shades of Husk #A19C53

Tints of Husk #A19C53

Color information

#A19C53 (or 0xA19C53) is unknown color: approx Husk. HEX triplet: A1, 9C and 53. RGB value is (161,156,83). Sum of RGB (Red+Green+Blue) = 161+156+83=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C53 is #5E63AC. Grayscale: #959595. Windows color (decimal): -6185901 or 5479585. OLE color: 5479585.

HSL color Cylindrical-coordinate representation of color #A19C53: hue angle of 56.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A19C53 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16115683-
CMYK00.030.480.37
HSL56.15º31.97%47.84%-
HSV(B)56.15º48.45%63.14%-
XYZ28.1531.9812.87-
YUV149.1790.66136.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 83 (32.81% from 255) = 20.75%
R=40.25%
G=39%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611568300.030.480.3756.1531.9747.84
HexA19C53033025382030
Octal241234123036045704060
Binary10100001100111001010011011110000100101111000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C53; }

 p { color: rgb(161,156,83); }

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

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

 a { background-color: rgb(161,156,83); }

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

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

 span { border-color: rgb(161,156,83); }

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